ASPiK SDK
|
See AAX_CMonolithicParameters in SDK; this is part of the strict parameter synchronization in monolithic AAX plugins. More...
#include <AAXPluginParameters.h>
Public Member Functions | |
void | Add (TParamValPair *inElem) |
void | Append (const SParamValList &inOther) |
void | Append (const std::list< TParamValPair *> &inOther) |
void | Merge (AAX_IPointerQueue< TParamValPair > &inOther) |
void | Clear () |
Public Attributes | |
TParamValPair * | mElem [sCap] |
int32_t | mSize |
Static Public Attributes | |
static const int32_t | sCap = 4*kSynchronizedParameterQueueSize |
See AAX_CMonolithicParameters in SDK; this is part of the strict parameter synchronization in monolithic AAX plugins.