@libraz/libcantus - v1.1.0
    Preparing search index...

    Type Alias KeyProfilePair

    A pair of 12-entry key profiles, one per mode, each indexed from its own tonic (index 0 = tonic, 1 = flat second, ... 11 = major seventh).

    type KeyProfilePair = {
        major: readonly number[];
        minor: readonly number[];
    }
    Index
    major: readonly number[]

    Degree weights for a major candidate, indexed from the major tonic.

    minor: readonly number[]

    Degree weights for a minor candidate, indexed from the minor tonic.