8 unstable releases (3 breaking)
0.4.0 | Jun 8, 2022 |
---|---|
0.3.3 | Oct 15, 2021 |
0.3.2 | Sep 23, 2021 |
0.2.0 | Feb 21, 2021 |
0.1.0 | May 7, 2020 |
#295 in Multimedia
757 downloads per month
Used in 4 crates
(2 directly)
200KB
4K
SLoC
helgoboss-midi
Interfaces, data structures and utilities for dealing with MIDI messages in Rust according to the MIDI 1.0 specification.
Usage
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.
Dependencies
~0.3–0.9MB
~19K SLoC