#midi #message #interface #specification #dealing #utilities #structures

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

#274 in Multimedia

Download history 25/week @ 2023-12-05 54/week @ 2023-12-12 130/week @ 2023-12-19 11/week @ 2023-12-26 11/week @ 2024-01-02 36/week @ 2024-01-09 30/week @ 2024-01-16 21/week @ 2024-01-23 34/week @ 2024-01-30 176/week @ 2024-02-06 111/week @ 2024-02-13 48/week @ 2024-02-20 48/week @ 2024-02-27 33/week @ 2024-03-05 101/week @ 2024-03-12 10/week @ 2024-03-19

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

MIT license

200KB
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

~1.5MB
~36K SLoC