Luamidi:getMessage

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.