JUCE
|
Structure used for VSTs. More...
#include <juce_VSTInterface.h>
Public Attributes | |
int32 | type |
int32 | size |
int32 | offsetSamples |
int32 | flags |
int32 | sysExDumpSize |
pointer_sized_int | future1 |
char * | sysExDump |
pointer_sized_int | future2 |
Structure used for VSTs.
int32 VstSysExEvent::type |
int32 VstSysExEvent::size |
int32 VstSysExEvent::offsetSamples |
int32 VstSysExEvent::flags |
int32 VstSysExEvent::sysExDumpSize |
pointer_sized_int VstSysExEvent::future1 |
char* VstSysExEvent::sysExDump |
pointer_sized_int VstSysExEvent::future2 |