|
LMMS
|
#include <ivstevents.h>
Public Attributes | |
| int16 | channel |
| channel index in event bus | |
| int16 | pitch |
| range [0, 127] = [C-2, G8] with A3=440Hz | |
| float | pressure |
| range [0.0, 1.0] | |
| int32 | noteId |
| event should be applied to the noteId (if not -1) | |
PolyPressure event specific data. Used in Event (union)
| int16 Steinberg::Vst::PolyPressureEvent::channel |
channel index in event bus
| int32 Steinberg::Vst::PolyPressureEvent::noteId |
event should be applied to the noteId (if not -1)
| int16 Steinberg::Vst::PolyPressureEvent::pitch |
range [0, 127] = [C-2, G8] with A3=440Hz
| float Steinberg::Vst::PolyPressureEvent::pressure |
range [0.0, 1.0]