Type alias BeatGrid

BeatGrid: {
    bpm: number;
    count: 1 | 2 | 3 | 4;
    offset: number;
}[]

A beat grid is a series of offsets from the start of the track. Each offset indicates what count within the measure it is along with the BPM.

Generated using TypeDoc