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

    Type Alias RhythmData

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

    type RhythmData = {
        events: RhythmEvent[];
        ts: TimeSignature;
    }
    Index
    events: RhythmEvent[]

    The onsets, in time order, measured in quarter-note beats.

    The meter the onsets are counted in.