|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Data event specific data. More...
#include "ivstevents.h"
Public Types | |
| enum | DataTypes { kMidiSysEx } |
| Value for DataEvent::type. More... | |
Public Attributes | |
| uint32 | size |
| size in bytes of the data block bytes | |
| uint32 | type |
| type of this data block (see DataTypes) | |
| const uint8 * | bytes |
| pointer to the data block | |
Value for DataEvent::type.
| Enumerator | |
|---|---|
| kMidiSysEx | for MIDI system exclusive message |
Definition at line 77 of file ivstevents.h.
| const uint8* Steinberg::Vst::DataEvent::bytes |
pointer to the data block
Definition at line 74 of file ivstevents.h.
| uint32 Steinberg::Vst::DataEvent::size |
size in bytes of the data block bytes
Definition at line 72 of file ivstevents.h.
| uint32 Steinberg::Vst::DataEvent::type |
type of this data block (see DataTypes)
Definition at line 73 of file ivstevents.h.