1
2
3
4
#[derive(Debug)]
pub struct MidiEvent {
    pub bytes: Vec<u8>,
}