Module lv2_raw::midi [] [src]

Documentation of the corresponding C header files: http://lv2plug.in/ns/ext/midi/midi.html.

Enums

LV2MidiController

Standard MIDI Controller Numbers.

LV2MidiMessageType

MIDI Message Type.

Statics

LV2_MIDI_PREFIX
LV2_MIDI_URI
LV2_MIDI__ACTIVESENSE
LV2_MIDI__AFTERTOUCH
LV2_MIDI__BENDER
LV2_MIDI__BENDERVALUE
LV2_MIDI__BINDING
LV2_MIDI__BYTENUMBER
LV2_MIDI__CHANNEL
LV2_MIDI__CHANNELPRESSURE
LV2_MIDI__CHUNK
LV2_MIDI__CLOCK
LV2_MIDI__CONTINUE
LV2_MIDI__CONTROLLER
LV2_MIDI__CONTROLLERNUMBER
LV2_MIDI__CONTROLLERVALUE
LV2_MIDI__MIDIEVENT
LV2_MIDI__NOTENUMBER
LV2_MIDI__NOTEOFF
LV2_MIDI__NOTEON
LV2_MIDI__PRESSURE
LV2_MIDI__PROGRAMCHANGE
LV2_MIDI__PROGRAMNUMBER
LV2_MIDI__PROPERTY
LV2_MIDI__QUARTERFRAME
LV2_MIDI__RESET
LV2_MIDI__SONGNUMBER
LV2_MIDI__SONGPOSITION
LV2_MIDI__SONGSELECT
LV2_MIDI__START
LV2_MIDI__STATUS
LV2_MIDI__STATUSMASK
LV2_MIDI__STOP
LV2_MIDI__SYSTEMCOMMON
LV2_MIDI__SYSTEMEXCLUSIVE
LV2_MIDI__SYSTEMMESSAGE
LV2_MIDI__SYSTEMREALTIME
LV2_MIDI__TICK
LV2_MIDI__TUNEREQUEST
LV2_MIDI__VELOCITY
LV2_MIDI__VOICEMESSAGE
LV2_MIDI___CHUNK
LV2_MIDI___SONGPOSITION

Functions

lv2_midi_is_system_message

Return true iff msg is a MIDI system message (which has no channel).

lv2_midi_is_voice_message

Return true iff msg is a MIDI voice message (which has a channel).

lv2_midi_message_type

Return the type of a MIDI message. @param msg Pointer to the start (status byte) of a MIDI message.