![]() |
AAX SDK 2.6.1
Avid Audio Extensions Development Kit
|
#include "AAX_CEffectParameters.h"#include "AAX_IEffectDescriptor.h"#include "AAX_IComponentDescriptor.h"#include "AAX_IPropertyMap.h"#include "AAX_CAtomicQueue.h"#include "AAX_IParameter.h"#include "AAX_IMIDINode.h"#include "AAX_IString.h"#include <set>#include <list>#include <utility>Go to the source code of this file.
A convenience class extending AAX_CEffectParameters for monolithic instruments.
Classes | |
| struct | AAX_SInstrumentSetupInfo |
| Information used to describe the instrument. More... | |
| struct | AAX_SInstrumentPrivateData |
| Utility struct for AAX_CMonolithicParameters. More... | |
| struct | AAX_SInstrumentRenderInfo |
| Information used to parameterize AAX_CMonolithicParameters::RenderAudio() More... | |
| class | AAX_CMonolithicParameters |
| Extension of the AAX_CEffectParameters class for monolithic VIs and effects. More... | |
Macros | |
| #define | kMaxAdditionalMIDINodes 15 |
| #define | kMaxAuxOutputStems 32 |
| #define | kSynchronizedParameterQueueSize 32 |
| #define kMaxAdditionalMIDINodes 15 |
| #define kMaxAuxOutputStems 32 |
| #define kSynchronizedParameterQueueSize 32 |
1.9.6