![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
#include <AAX_CMonolithicParameters.h>
Utility struct for AAX_CMonolithicParameters.
This is an implementation detail of AAX_CMonolithicParameters; you should never need to interact with this structure directly.
Public Attributes | |
AAX_CMonolithicParameters * | mMonolithicParametersPtr |
A pointer to the instrument's data model. More... | |
AAX_CMonolithicParameters* AAX_SInstrumentPrivateData::mMonolithicParametersPtr |
A pointer to the instrument's data model.
You should never need to use this since the data model is available directly from within the virtual AAX_CMonolithicParameters::RenderAudio() function.
Referenced by AAX_CMonolithicParameters::ResetFieldData(), and AAX_CMonolithicParameters::StaticRenderAudio().