Luamidi:noteOff

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 Note Off message to chosen OUT port.

luamidi.noteOn(i, n, ch)

Sends a note off message to OUT port i with note n. You can also optionally set the channel (ch). This is essentially equivalent to luamidi.sendMessage(144, i, n, 0, ch).