Skip to main content
gmcl_rtmidi
Realtime MIDI for Garry's Mod
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

SendMessage

RtMidiOut:SendMessage(...)

Description

Sends a message to the port that is currently open.

Messages are only sent when a port is opened with RtMidiOut:OpenPort.

Arguments

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