wmidi
wmidi copied to clipboard
Rust midi encoding and decoding library.
Hi there, Thanks for your awesome work on this crate :) I'm using this in a project and wanted to be able to debug via `defmt-rtt` so I've added the...
See https://github.com/RustAudio/wmidi/issues/16
I suppose that this crate is usable for embedded targets like STM32, so it is [no_std]. If so, it would be nice to have a hint on that in the...
Over the past year, the MMA has been detailling [the various components of the MIDI 2.0 specification](https://www.midi.org/midi-articles/details-about-midi-2-0-midi-ci-profiles-and-property-exchange) and working to define things such as an official MIDI 2.0 USB profile....
Currently, the message parsing functions require a contiguous block of memory (a &[u8]) to parse a message, but often, when MIDI messages arrive in a stream that all have the...