QM816.keyOn

Implements a key-on event.

class QM816
protected @nogc pure nothrow
void
keyOn
(
ubyte note
,
ubyte ch
,
float vel
,
float bend = float.nan
)

Parameters

note ubyte

identifies which key is being pressed. Affects KSL control parameters

ch ubyte

channel number

vel float

key velocity

bend float

amount of initial bend (MIDI 2.0 only)

Meta