VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
|
Data event specific data. More...
#include <ivstevents.h>
Public Types | |
enum | DataTypes { kMidiSysEx = 0 } |
Value for DataEvent::type. More... | |
Public Attributes | |
uint32 | size |
size in bytes of the data block bytes More... | |
uint32 | type |
type of this data block (see DataTypes) More... | |
const uint8 * | bytes |
pointer to the data block More... | |
Data event specific data.
Used in Event (union)
enum DataTypes |
Value for DataEvent::type.
Enumerator | |
---|---|
kMidiSysEx | for MIDI system exclusive message |
uint32 size |
size in bytes of the data block bytes
const uint8* bytes |
pointer to the data block