Skip to main content

read_midi_bytes_with_tempo

Function read_midi_bytes_with_tempo 

Source
pub fn read_midi_bytes_with_tempo(
    bytes: &[u8],
) -> Result<(Vec<MidiNote>, Option<FloatType>)>
Expand description

Reads note events and the first tempo marking from a Standard MIDI File.