Luamidi:getMessage

From GiderosMobile
Revision as of 15:31, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source>" to "</syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2018.12
Class: Lua Midi

Description

Gets the next incoming message from the queue from to chosen IN port.

s, n, v, d = luamidi.getMessage(i)

Gets message from IN port i in the following format: s, n, v, d (status, note, velocity, delta time). For explanation see midi messages.