helgoboss-midi

Latest Version documentation GitHub license Continuous Integration

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:

toml [dependencies] helgoboss-midi = "0.3.2"

If you want to use it in a no_std context, add this instead:

toml [dependencies] helgoboss-midi = { version = "0.3.2", default-features = false }

The documentation contains a feature list and usage examples.