Luamidi:getMessage
From GiderosMobile
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.