PCM32.keyOn

Sets a key-on command on the selected channel with the given note, velocity, and expressive value.

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

Meta