VST 3 Interfaces
VST 3.6.14
SDK for developing VST Plug-in
|
Legacy MIDI CC Out event specific data. More...
#include <ivstevents.h>
Public Attributes | |
uint8 | controlNumber |
see enum ControllerNumbers [0, 255] More... | |
int8 | channel |
channel index in event bus [0, 15] More... | |
int8 | value |
value of Controller [0, 127] More... | |
int8 | value2 |
[0, 127] used for pitch bend (kPitchBend) and polyPressure (kCtrlPolyPressure) More... | |
Legacy MIDI CC Out event specific data.
Used in Event (union)
uint8 controlNumber |
see enum ControllerNumbers [0, 255]
int8 channel |
channel index in event bus [0, 15]
int8 value |
value of Controller [0, 127]
int8 value2 |
[0, 127] used for pitch bend (kPitchBend) and polyPressure (kCtrlPolyPressure)