![]() |
AAX SDK
2.1.1
Avid Audio Extensions Development Kit
|
#include <AAX_CInstrumentParameters.h>

Utility struct for AAX_CInstrumentParameters.
This is an implementation detail of AAX_CInstrumentParameters; you should never need to interact with this structure directly.
Public Attributes | |
| AAX_CInstrumentParameters * | mInstrumentParametersPtr |
| A pointer to the instrument's data model. More... | |
| AAX_CInstrumentParameters* AAX_SInstrumentPrivateData::mInstrumentParametersPtr |
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_CInstrumentParameters::RenderAudio() function.
1.8.5