JUCE  v5.3.1-155-g0b973fd92
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
VstSysExEvent Struct Reference

Structure used for VSTs. More...

#include <juce_VSTInterface.h>

Collaboration diagram for VstSysExEvent:

Public Attributes

int32 flags
 
pointer_sized_int future1
 
pointer_sized_int future2
 
int32 offsetSamples
 
int32 size
 
char * sysExDump
 
int32 sysExDumpSize
 
int32 type
 

Detailed Description

Structure used for VSTs.

{Audio}

Member Data Documentation

◆ flags

int32 VstSysExEvent::flags

◆ future1

pointer_sized_int VstSysExEvent::future1

◆ future2

pointer_sized_int VstSysExEvent::future2

◆ offsetSamples

int32 VstSysExEvent::offsetSamples

◆ size

int32 VstSysExEvent::size

◆ sysExDump

char* VstSysExEvent::sysExDump

◆ sysExDumpSize

int32 VstSysExEvent::sysExDumpSize

◆ type

int32 VstSysExEvent::type

The documentation for this struct was generated from the following file: