midix 3.2.0

MIDI structures designed for humans
Documentation
1
2
3
4
5
6
7
8
9
#![doc = r#"
The "root" event types for live streams and files
"#]

mod file;
pub use file::*;

mod live;
pub use live::*;