PolyPressureEvent

PolyPressure event specific data. Used in \ref Event (union)

version(VST3)
struct PolyPressureEvent {}

Members

Variables

channel
int16 channel;

< channel index in event bus

noteId
int32 noteId;

< event should be applied to the noteId (if not -1)

pitch
int16 pitch;

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

pressure
float pressure;

< range [0.0, 1.0]

Meta