midi-toolkit-rs 0.3.1

A library for ultra high performance MIDI operations, designed for black MIDI. The library isn't perfect
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod to_vec;
pub use to_vec::*;
mod wrap_ok;
pub use wrap_ok::*;
mod unwrap_items;
pub use unwrap_items::*;
mod cast_delta;
pub use cast_delta::*;
mod threaded_buffer;
pub use threaded_buffer::*;
mod merge_threaded;
pub use merge_threaded::*;