PCM32.prgKeyOff

Removes a note from the channel's sequencer. If note not 0, it removes the note from the list if there's an equal of it. If exprVal not 0, it removes the given note.

class PCM32
@nogc
void
prgKeyOff
(
ubyte ch
,
ushort note
,
ushort vel
,
ushort exprVal
)

Meta