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

    Type Alias TimelineData

    The plain form a Timeline hands out and is rebuilt from.

    type TimelineData = {
        segments: ChordSegment[];
        totalBeats: number;
        keys?: KeyRegion[];
        segmentConfidence?: number[];
    }
    Index
    segments: ChordSegment[]
    totalBeats: number
    keys?: KeyRegion[]
    segmentConfidence?: number[]

    How sure the analysis is of each segment's chord, in [0, 1] and in segment order. Carried only by a timeline read from notes: chords a caller placed are not a reading, so a timeline built from them has nothing to report.