AAX SDK  2.4.1
Avid Audio Extensions Development Kit
List of all members | Public Attributes
AAX_SInstrumentPrivateData Struct Reference

#include <AAX_CMonolithicParameters.h>

Collaboration diagram for AAX_SInstrumentPrivateData:
[legend]

Description

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_CMonolithicParametersmMonolithicParametersPtr
 A pointer to the instrument's data model. More...
 

Member Data Documentation

◆ mMonolithicParametersPtr

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().


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