SendMessage
RtMidiOut:SendMessage(...)
Sends a message to the port that is currently open.
Messages are only sent when a port is opened with RtMidiOut:OpenPort.
- vararg
The message to send, as a sequence of bytes.
The first byte represents the message status, potentially followed by data bytes.
What each data byte represents will depend on what the status byte is.
See the MIDI 1.0 specification for more information.