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

GetMessage

table RtMidiIn:GetMessage()

Description

Returns the last received message and pops it from the queue.

Messages are only received when a port is opened with RtMidiIn:OpenPort.

Returns

  1. table
    The message data. See the RtMidiInMessage struct.