iPlug2 - C++ Audio Plug-in Framework
Public Member Functions | Public Attributes | List of all members
SysExData Struct Reference

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]
 

Detailed Description

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.


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