@tonalis/music-dsl
    Preparing search index...

    Interface NumericChordAttrs

    The attrs for one side (numerator or denominator) of a NumericChord. Field names are snake_case (harmonic_function) because they ARE the wire contract — the serialized shape is byte-identical across the Py/TS/Rust ports.

    interface NumericChordAttrs {
        extensions: Extensions[];
        harmonic_function: HarmonicFunction;
        root: ScaleDegreeT;
        seventh: Seventh;
        substitution: boolean;
        triad: Triad;
    }
    Index
    extensions: Extensions[]
    harmonic_function: HarmonicFunction
    seventh: Seventh
    substitution: boolean
    triad: Triad