pub type LV2_Midi_Message_Type = u32;Expand description
MIDI Message Type.
This includes both voice messages (which have a channel) and system messages (which do not), as well as a sentinel value for invalid messages. To get the type of a message suitable for use in a switch statement, use lv2_midi_get_type() on the status byte.