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

    Type Alias ChordTimelineOptions

    Options controlling chordTimelineFromNotes.

    type ChordTimelineOptions = {
        key?: KeyScale;
        ts?: TimeSignature;
        harmonicRhythm?: number;
        totalBeats?: number;
    }
    Index
    key?: KeyScale

    Key context; inferred from the notes with detectKey when omitted.

    Time signature used for metric accents; defaults to 4/4.

    4/4

    harmonicRhythm?: number

    Window length in beats per chord slot; defaults to one bar of ts.

    one bar of ts

    totalBeats?: number

    End of the analyzed span in beats; defaults to the end of the last note.

    the end of the last note