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

    Type Alias TempoEvent

    A tempo change: the beat it takes effect on, and the tempo it sets.

    The tempo holds until the next entry, so a map of one entry is a constant tempo for the whole timeline.

    type TempoEvent = {
        startBeat: number;
        bpm: number;
    }
    Index
    startBeat: number

    Onset in quarter-note beats, absolute from the start of the timeline.

    bpm: number

    Quarter-note beats per minute from startBeat onwards.