MIDI
Allows to send and receive MIDI messages.
Members
Static Properties
Name | Description |
---|---|
MIDI .InboundMIDIEnabled | Is the inbound MIDI communication enabled with a device. |
MIDI .OnReceivedMIDI | Fires when a MIDI message is received. |
MIDI .OutboundMIDIEnabled | Is the outbound MIDI communication enabled with a device. |
Static Methods
Name | Description |
---|---|
MIDI .SendMIDI(message) | Send a MIDI message. |
MIDI .SendMIDI(function, channel, data1, data2) | Create and send a MIDI message. |
MIDI .SendNoteOff(channel, note, velocity) | Send a MIDI Note-Off message. |
MIDI .SendNoteOn(channel, note, velocity) | Send a MIDI Note-On Message. |