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

    Type Alias ChordScaleReportEntry

    A scale fit over a chord together with its avoid notes and tensions.

    type ChordScaleReportEntry = {
        name: string;
        rootPc: number;
        avoid: number[];
        tensions: number[];
    }
    Index
    name: string
    rootPc: number
    avoid: number[]
    tensions: number[]