@libraz/libcantus - v0.9.3
    Preparing search index...

    Type Alias KeyMatch

    A candidate key interpretation of a pitch-class set.

    type KeyMatch = {
        key: KeyScale;
        mode: "major" | "minor";
        fit: number;
    }
    Index
    mode: "major" | "minor"
    fit: number

    Fraction of input pitch classes that are in the scale, in [0, 1].