![]() |
AAX SDK 2.8.0
Avid Audio Extensions Development Kit
|
| ► dox | |
| AAX_ACFInterface.doxygen | |
| AAX_AdditionalFeatures_Algorithm.doxygen | |
| AAX_AdditionalFeatures_AOSandSidechain.doxygen | |
| AAX_AdditionalFeatures_CurveDisplays.doxygen | |
| AAX_AdditionalFeatures_Hybrid.doxygen | |
| AAX_AdditionalFeatures_Meters.doxygen | |
| AAX_AdditionalFeatures_MIDI.doxygen | |
| AAX_AdditionalFeatures_PropertiesFile.doxygen | |
| AAX_AuxInterface_DirectData.doxygen | |
| AAX_AuxInterface_HostProcessor.doxygen | |
| AAX_AuxInterface_TaskAgent.doxygen | |
| AAX_BugList.doxygen | |
| AAX_CommonInterface_Algorithm.doxygen | |
| AAX_CommonInterface_Communication.doxygen | |
| AAX_CommonInterface_DataModel.doxygen | |
| AAX_CommonInterface_Describe.doxygen | |
| AAX_CommonInterface_FormatSpecification.doxygen | |
| AAX_CommonInterface_GUI.doxygen | |
| AAX_DigiTrace_Guide.doxygen | |
| AAX_DistributingYourPlugIn.doxygen | |
| AAX_DocsDirectory.doxygen | |
| AAX_Getting_Started_Guide.doxygen | |
| AAX_HostSupport.doxygen | |
| AAX_InstrumentParameters.doxygen | |
| AAX_InterfaceList.doxygen | |
| AAX_LinkedParameters.doxygen | |
| AAX_Media_Composer_Guide.doxygen | |
| AAX_OtherExtensions.doxygen | |
| AAX_Page_Table_Guide.doxygen | |
| AAX_ParameterAutomation.doxygen | |
| AAX_ParameterManager.doxygen | |
| AAX_ParameterUpdateProtocol.doxygen | |
| AAX_ParameterUpdateTiming.doxygen | |
| AAX_Pro_Tools_Guide.doxygen | |
| AAX_RealTimePerformance.doxygen | |
| AAX_RelatedTypes.doxygen | |
| AAX_SDK_ChangeLog.doxygen | |
| AAX_SDK_ExamplePlugIns.doxygen | |
| AAX_SDK_GUIExtensions.doxygen | |
| AAX_TI_Guide.doxygen | |
| AAX_Troubleshooting.doxygen | |
| AAX_VENUE_Guide.doxygen | |
| DSH_Guide.doxygen | |
| DTT_Guide.doxygen | |
| ReadMe.doxygen | |
| ► Extensions | |
| ► MIDI | |
| AAX_MIDILogging.cpp | |
| AAX_MIDILogging.h | Utilities for logging MIDI data |
| ► Platform | |
| ► include | |
| AAX_PlugInBundleLocation.h | Utilities for interacting with the host OS |
| ► Topology | |
| AAX_CMonolithicParameters.cpp | |
| AAX_CMonolithicParameters.h | A convenience class extending AAX_CEffectParameters for monolithic instruments |
| ► Interfaces | |
| AAX.h | Various utility definitions for AAX |
| AAX_Assert.h | Declarations for cross-platform AAX_ASSERT, AAX_TRACE and related facilities |
| AAX_Atomic.h | Atomic operation utilities |
| AAX_Callbacks.h | AAX callback prototypes and ProcPtr definitions |
| AAX_CArrayDataBuffer.h | |
| AAX_CAtomicQueue.h | Atomic, non-blocking queue |
| AAX_CAutoreleasePool.h | Autorelease pool helper utility |
| AAX_CBinaryDisplayDelegate.h | A binary display delegate |
| AAX_CBinaryTaperDelegate.h | A binary taper delegate |
| AAX_CChunkDataParser.h | Parser utility for plugin chunks |
| AAX_CDecibelDisplayDelegateDecorator.h | A decibel display delegate |
| AAX_CEffectDirectData.h | A default implementation of the AAX_IEffectDirectData interface |
| AAX_CEffectGUI.h | A default implementation of the AAX_IEffectGUI interface |
| AAX_CEffectParameters.h | A default implementation of the AAX_IeffectParameters interface |
| AAX_CHostProcessor.h | Concrete implementation of the AAX_IHostProcessor interface for non-real-time processing |
| AAX_CHostServices.h | Concrete implementation of the AAX_IHostServices interface |
| AAX_CLinearTaperDelegate.h | A linear taper delegate |
| AAX_CLogTaperDelegate.h | A log taper delegate |
| AAX_CMutex.h | Mutex |
| AAX_CNumberDisplayDelegate.h | A number display delegate |
| AAX_CommonConversions.h | |
| AAX_CPacketDispatcher.h | Helper classes related to posting AAX packets and handling parameter update events |
| AAX_CParameter.h | Generic implementation of an AAX_IParameter |
| AAX_CParameterManager.h | A container object for plug-in parameters |
| AAX_CPercentDisplayDelegateDecorator.h | A percent display delegate decorator |
| AAX_CPieceWiseLinearTaperDelegate.h | A piece-wise linear taper delegate |
| AAX_CRangeTaperDelegate.h | A range taper delegate decorator |
| AAX_CSessionDocumentClient.h | |
| AAX_CStateDisplayDelegate.h | A state display delegate |
| AAX_CStateTaperDelegate.h | A state taper delegate (similar to a linear taper delegate.) |
| AAX_CString.h | A generic AAX string class with similar functionality to std::string |
| AAX_CStringDataBuffer.h | |
| AAX_CStringDisplayDelegate.h | A string display delegate |
| AAX_CTask.h | A default implementation of the AAX_IACFTask interface |
| AAX_CTaskAgent.h | A default implementation of the AAX_ITaskAgent interface |
| AAX_CUnitDisplayDelegateDecorator.h | A unit display delgate decorator |
| AAX_CUnitPrefixDisplayDelegateDecorator.h | A unit prefix display delegate decorator |
| AAX_EndianSwap.h | Utility functions for byte-swapping. Used by AAX_CChunkDataParser |
| AAX_Enums.h | Utility functions for byte-swapping. Used by AAX_CChunkDataParser |
| AAX_EnvironmentUtilities.h | Useful environment definitions for AAX |
| AAX_Errors.h | Definitions of error codes used by AAX plug-ins |
| AAX_Exception.h | AAX SDK exception classes and utilities |
| AAX_Exports.cpp | |
| AAX_GUITypes.h | Constants and other definitions used by AAX plug-in GUIs |
| AAX_IACFAutomationDelegate.h | Versioned interface allowing an AAX plug-in to interact with the host's automation system |
| AAX_IACFCollection.h | Versioned interface to represent a plug-in binary's static description |
| AAX_IACFComponentDescriptor.h | Versioned description interface for an AAX plug-in algorithm callback |
| AAX_IACFController.h | Interface for the AAX host's view of a single instance of an effect. Used by both clients of the AAXHost and by effect components |
| AAX_IACFDataBuffer.h | |
| AAX_IACFDescriptionHost.h | |
| AAX_IACFEffectDescriptor.h | Versioned interface for an AAX_IEffectDescriptor |
| AAX_IACFEffectDirectData.h | The direct data access interface that gets exposed to the host application |
| AAX_IACFEffectGUI.h | The GUI interface that gets exposed to the host application |
| AAX_IACFEffectParameters.h | The data model interface that is exposed to the host application |
| AAX_IACFFeatureInfo.h | |
| AAX_IACFHostProcessor.h | The host processor interface that is exposed to the host application |
| AAX_IACFHostProcessorDelegate.h | |
| AAX_IACFHostServices.h | |
| AAX_IACFPageTable.h | |
| AAX_IACFPageTableController.h | |
| AAX_IACFPrivateDataAccess.h | Interface for the AAX host's data access functionality |
| AAX_IACFPropertyMap.h | Versioned interface for an AAX_IPropertyMap |
| AAX_IACFSessionDocument.h | |
| AAX_IACFSessionDocumentClient.h | |
| AAX_IACFTask.h | Defines the interface representing an asynchronous task |
| AAX_IACFTaskAgent.h | |
| AAX_IACFTransport.h | Interface for accessing the host's transport state |
| AAX_IACFTransportControl.h | Interface for control over the host's transport state |
| AAX_IACFViewContainer.h | Interface for the AAX host's view of a single instance of an effect. Used by both clients of the AAXHost and by effect components |
| AAX_IAutomationDelegate.h | Interface allowing an AAX plug-in to interact with the host's automation system |
| AAX_ICollection.h | Interface to represent a plug-in binary's static description |
| AAX_IComponentDescriptor.h | Description interface for an AAX plug-in algorithm |
| AAX_IContainer.h | Abstract container interface |
| AAX_IController.h | Interface for the AAX host's view of a single instance of an effect |
| AAX_IDataBuffer.h | |
| AAX_IDataBufferWrapper.h | |
| AAX_IDescriptionHost.h | |
| AAX_IDisplayDelegate.h | Defines the display behavior for a parameter |
| AAX_IDisplayDelegateDecorator.h | The base class for all concrete display delegate decorators |
| AAX_IDma.h | Cross-platform interface for access to the host's direct memory access (DMA) facilities |
| AAX_IEffectDescriptor.h | Description interface for an effect's (plug-in type's) components |
| AAX_IEffectDirectData.h | Optional interface for direct access to alg memory |
| AAX_IEffectGUI.h | The interface for a AAX Plug-in's user interface |
| AAX_IEffectParameters.h | The interface for an AAX Plug-in's data model |
| AAX_IFeatureInfo.h | |
| AAX_IHostProcessor.h | Base class for the host processor interface which is extended by plugin code |
| AAX_IHostProcessorDelegate.h | Interface allowing plug-in's HostProcessor to interact with the host's side |
| AAX_IHostServices.h | Various host services |
| AAX_IHostTaskAgent.h | Interface to access an AAX_IACFTaskAgent object implemented by the host |
| AAX_IMIDINode.h | Declaration of the base MIDI Node interface |
| AAX_Init.h | AAX library implementations of required plug-in initialization, registration, and tear-down methods |
| AAX_IPageTable.h | |
| AAX_IParameter.h | The base interface for all normalizable plug-in parameters |
| AAX_IPointerQueue.h | Abstract interface for a basic FIFO queue of pointers-to-objects |
| AAX_IPrivateDataAccess.h | Interface to data access provided by host to plug-in |
| AAX_IPropertyMap.h | Generic plug-in description property map |
| AAX_ISessionDocument.h | |
| AAX_ISessionDocumentClient.h | |
| AAX_IString.h | An AAX string interface |
| AAX_ITaperDelegate.h | Defines the taper conversion behavior for a parameter |
| AAX_ITask.h | |
| AAX_ITaskAgent.h | |
| AAX_ITransport.h | The interface for query ProTools transport information |
| AAX_IViewContainer.h | Interface for the AAX host's view of a single instance of an effect |
| AAX_MIDIUtilities.h | Utilities for managing MIDI data |
| AAX_PageTableUtilities.h | |
| AAX_PopStructAlignment.h | Resets (pops) the struct alignment to its previous value |
| AAX_PostStructAlignmentHelper.h | Helper file for data alignment macros |
| AAX_PreStructAlignmentHelper.h | Helper file for data alignment macros |
| AAX_Properties.h | Contains IDs for properties that can be added to an AAX_IPropertyMap |
| AAX_Push2ByteStructAlignment.h | Set the struct alignment to 2-byte. This file will throw an error on platforms that do not support 2-byte alignment (i.e. TI DSPs) |
| AAX_Push4ByteStructAlignment.h | Set the struct alignment to 4-byte |
| AAX_Push8ByteStructAlignment.h | Set the struct alignment to 8-byte |
| AAX_SessionDocumentTypes.h | |
| AAX_SliderConversions.h | Legacy utilities for converting parameter values to and from the normalized full-scale 32-bit fixed domain that was used for RTAS/TDM plug-ins |
| AAX_StringUtilities.h | Various string utility definitions for AAX Native |
| AAX_StringUtilities.hpp | |
| AAX_TransportTypes.h | Structures, enums and other definitions used in transport |
| AAX_UIDs.h | Unique identifiers for AAX/ACF interfaces |
| AAX_UtilsNative.h | Various utility definitions for AAX Native |
| AAX_VAutomationDelegate.h | Version-managed concrete AutomationDelegate class |
| AAX_VCollection.h | Version-managed concrete Collection class |
| AAX_VComponentDescriptor.h | Version-managed concrete ComponentDescriptor class |
| AAX_VController.h | Version-managed concrete Controller class |
| AAX_VDataBufferWrapper.h | |
| AAX_VDescriptionHost.h | |
| AAX_VEffectDescriptor.h | Version-managed concrete EffectDescriptor class |
| AAX_Version.h | Version stamp header for the AAX SDK |
| AAX_VFeatureInfo.h | |
| AAX_VHostProcessorDelegate.h | Version-managed concrete HostProcessorDelegate class |
| AAX_VHostServices.h | Version-managed concrete HostServices class |
| AAX_VHostTaskAgent.h | |
| AAX_VPageTable.h | |
| AAX_VPrivateDataAccess.h | Version-managed concrete PrivateDataAccess class |
| AAX_VPropertyMap.h | Version-managed concrete PropertyMap class |
| AAX_VSessionDocument.h | |
| AAX_VTask.h | |
| AAX_VTransport.h | Version-managed concrete Transport class |
| AAX_VViewContainer.h | Version-managed concrete ViewContainer class |
| ► TI | |
| ► SignalProcessing | |
| AAX_Alignment.h | Alignment malloc and free methods for optimization |
| AAX_Constants.h | Signal processing constants |
| AAX_Denormal.h | Signal processing utilities for denormal/subnormal floating point numbers |
| AAX_FastInterpolatedTableLookup.h | A set of functions that provide lookup table functionality. Not necessarily optimized for TI, but used internally |
| AAX_FastInterpolatedTableLookup.hpp | |
| AAX_FastPow.h | Set of functions to optimize pow |
| AAX_Map.h | |
| AAX_MiscUtils.h | Miscellaneous signal processing utilities |
| AAX_PlatformOptimizationConstants.h | Constants descriptor.. |
| AAX_Quantize.h | Quantization utilities |
| AAX_RandomGen.h | Functions for calculating pseudo-random numbers |
| AAX_SampleRateUtils.h | Description |
1.9.6
