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

    Type Alias ChordScaleMatch

    A named scale rooted on a pitch class that fits over a chord.

    type ChordScaleMatch = {
        name: string;
        rootPc: number;
    }
    Index
    name: string
    rootPc: number