[][src]Type Definition lv2_sys::LV2_Midi_Message_Type

type LV2_Midi_Message_Type = u32;

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.