Luamidi:sendMessage

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

Sends a message to chosen OUT port.

luamidi.sendMessage(i, s, n, v, ch)

Sends a message to OUT port i in the following format: s, n, v (status, note, velocity). You can optionally set ch (the channel). Note that channel is added to the status, so the above with some value ch set is essentially equivalent to luamidi.sendMessage(i, s+ch, n, v) For explanation see midi messages.