PCM32.prgKeyOn

Programs a note into the channel's sequencer. If exprVal not 0, it sets which note has to be rewritten, otherwise it adds a new note to the sequencer.

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

Meta