iPlug2 - C++ Audio Plug-in Framework
|
This structure is used when queueing Sysex messages. More...
#include <IPlugStructs.h>
Public Member Functions | |
SysExData (int offset=0, int size=0, const void *pData=0) | |
Public Attributes | |
int | mOffset |
int | mSize |
uint8_t | mData [MAX_SYSEX_SIZE] |
This structure is used when queueing Sysex messages.
You may need to set MAX_SYSEX_SIZE to reflect the max sysex payload in bytes
Definition at line 44 of file IPlugStructs.h.