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
pub mod event;
pub mod note;

mod common;
pub use common::*;

mod conversion;
pub use conversion::*;

mod extensions;
pub use extensions::*;