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

    Type Alias ChordTimelineResult

    The result of chordTimelineFromNotes.

    type ChordTimelineResult = {
        timeline: ChordTimeline;
        key: KeyScale;
        segmentConfidence: number[];
    }
    Index
    timeline: ChordTimeline

    The inferred timeline, with adjacent identical chords merged.

    The key used for the analysis (given or inferred).

    segmentConfidence: number[]

    One confidence value in [0, 1] per segment, in segment order.