Closed raphaelDkhn closed 1 year ago
Extract the tempo (in BPM) from the Midi data.
fn get_bpm(self: @Midi) -> u32;
First draft Here . Currently assumes tempo doesn't change - May be best to allow returning n tempos or tempos at a given time.
Extract the tempo (in BPM) from the Midi data.