[][src]Crate lv2_midi

MIDI message extension for lv2_atom.

This crate adds a new atom type for the lv2_atom crate: The MidiEvent, a message conformant to the MIDI specification. Due to the one-crate-per-spec policy of the rust-lv2 project, this relatively small crate isn't integrated into the main atom crate.

If compiled with the optional wmidi dependency, the crate also has an additional module containing the WMidiEvent. This atom uses the MidiMessage type defined in by wmidi instead of byte slices.

Modules

prelude
raw

Structs

MidiURIDCollection

Collection with the URIDs of all UriBounds in this crate.