Luamidi:getMessage

From GiderosMobile
Revision as of 15:28, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2018.12
Class: Lua Midi

Description

Gets the next incoming message from the queue from to chosen IN port. <syntaxhighlight lang="lua"> s, n, v, d = luamidi.getMessage(i) </source> Gets message from IN port i in the following format: s, n, v, d (status, note, velocity, delta time). For explanation see midi messages.