Skip to main content

MIDI

Allows to send and receive MIDI messages.

Members

Static Properties

NameDescription
MIDI.InboundMIDIEnabledIs the inbound MIDI communication enabled with a device.
MIDI.OnReceivedMIDIFires when a MIDI message is received.
MIDI.OutboundMIDIEnabledIs the outbound MIDI communication enabled with a device.

Static Methods

NameDescription
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.