NoteOffEvent

Note-off event specific data. Used in \ref Event (union)

Members

Variables

channel
int16 channel;

< channel index in event bus

noteId
int32 noteId;

< associated noteOn identifier (if not available then -1)

pitch
int16 pitch;

< range [0, 127] = [C-2, G8] with A3=440Hz

tuning
float tuning;

< 1.f = +1 cent, -1.f = -1 cent

velocity
float velocity;

< range [0.0, 1.0]

Meta