LV2_MIDI_MSG_INVALID

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Values

ValueMeaning
LV2_MIDI_MSG_INVALID0

< Invalid Message

LV2_MIDI_MSG_NOTE_OFF0x80

< Note Off

LV2_MIDI_MSG_NOTE_ON0x90

< Note On

LV2_MIDI_MSG_NOTE_PRESSURE0xA0

< Note Pressure

LV2_MIDI_MSG_CONTROLLER0xB0

< Controller

LV2_MIDI_MSG_PGM_CHANGE0xC0

< Program Change

LV2_MIDI_MSG_CHANNEL_PRESSURE0xD0

< Channel Pressure

LV2_MIDI_MSG_BENDER0xE0

< Pitch Bender

LV2_MIDI_MSG_SYSTEM_EXCLUSIVE0xF0

< System Exclusive Begin

LV2_MIDI_MSG_MTC_QUARTER0xF1

< MTC Quarter Frame

LV2_MIDI_MSG_SONG_POS0xF2

< Song Position

LV2_MIDI_MSG_SONG_SELECT0xF3

< Song Select

LV2_MIDI_MSG_TUNE_REQUEST0xF6

< Tune Request

LV2_MIDI_MSG_CLOCK0xF8

< Clock

LV2_MIDI_MSG_START0xFA

< Start

LV2_MIDI_MSG_CONTINUE0xFB

< Continue

LV2_MIDI_MSG_STOP0xFC

< Stop

LV2_MIDI_MSG_ACTIVE_SENSE0xFE

< Active Sensing

LV2_MIDI_MSG_RESET0xFF

< Reset

Meta