Interfaces, data structures and utilities for dealing with MIDI messages in Rust according to the MIDI 1.0 specification.
Add this to your Cargo.toml
:
[dependencies]
helgoboss-midi = "0.4.0"
If you want to use it in a no_std
context, add this instead:
[dependencies]
helgoboss-midi = { version = "0.4.0", default-features = false }
The documentation contains a feature list and usage examples.