LV2_Midi_Message_Type

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.

version(LV2)
extern (C)
alias LV2_Midi_Message_Type = byte

Meta