#midi

no-std helgoboss-midi

Interfaces, data structures and utilities for dealing with MIDI messages according to the MIDI 1.0 specification

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

#633 in Data structures

Download history 79/week @ 2022-12-03 136/week @ 2022-12-10 126/week @ 2022-12-17 30/week @ 2022-12-24 22/week @ 2022-12-31 181/week @ 2023-01-07 31/week @ 2023-01-14 54/week @ 2023-01-21 50/week @ 2023-01-28 125/week @ 2023-02-04 118/week @ 2023-02-11 95/week @ 2023-02-18 88/week @ 2023-02-25 44/week @ 2023-03-04 27/week @ 2023-03-11 39/week @ 2023-03-18

198 downloads per month
Used in 4 crates (2 directly)

MIT license

195KB
4K SLoC

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:

[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.7–1.2MB
~28K SLoC