AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
AAX_SInstrumentPrivateData Struct Reference

#include <AAX_CInstrumentParameters.h>

Collaboration diagram for AAX_SInstrumentPrivateData:
Collaboration graph
[legend]

Description

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

Member Data Documentation

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.


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