VST 3 Interfaces VST 3.7
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)
This kind of event is reserved for generating MIDI CC as output event for kEvent Bus during the process call.
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)