![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
AAX.h | Various utility definitions for AAX |
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_Alignment.h | Alignment malloc and free methods for optimization |
AAX_Assert.h | Declarations for cross-platform AAX_ASSERT, AAX_TRACE and related facilities |
AAX_Atomic.h | Atomic operation utilities |
AAX_AuxInterface_DirectData.doxygen | |
AAX_AuxInterface_HostProcessor.doxygen | |
AAX_BugList.doxygen | |
AAX_Callbacks.h | AAX callback prototypes and ProcPtr definitions |
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_CMonolithicParameters.cpp | |
AAX_CMonolithicParameters.h | A convenience class extending AAX_CEffectParameters for monolithic instruments |
AAX_CMutex.h | Mutex |
AAX_CNumberDisplayDelegate.h | A number display delegate |
AAX_CommonConversions.h | |
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_Constants.h | Signal processing constants |
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_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_CStringDisplayDelegate.h | A string display delegate |
AAX_CUnitDisplayDelegateDecorator.h | A unit display delgate decorator |
AAX_CUnitPrefixDisplayDelegateDecorator.h | A unit prefix display delegate decorator |
AAX_Denormal.h | Signal processing utilities for denormal/subnormal floating point numbers |
AAX_DigiTrace_Guide.doxygen | |
AAX_DistributingYourPlugIn.doxygen | |
AAX_DocsDirectory.doxygen | |
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_Errors.h | Definitions of error codes used by AAX plug-ins |
AAX_Exception.h | AAX SDK exception classes and utilities |
AAX_Exports.cpp | |
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_Getting_Started_Guide.doxygen | |
AAX_GUITypes.h | Constants and other definitions used by AAX plug-in GUIs |
AAX_HostSupport.doxygen | |
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_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_IACFTransport.h | Interface for the AAX Transport data access functionality |
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_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_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_InstrumentParameters.doxygen | |
AAX_InterfaceList.doxygen | |
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_IString.h | An AAX string interface |
AAX_ITaperDelegate.h | Defines the taper conversion behavior for a parameter |
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_LinkedParameters.doxygen | |
AAX_Map.h | |
AAX_Media_Composer_Guide.doxygen | |
AAX_MIDILogging.cpp | |
AAX_MIDILogging.h | Utilities for logging MIDI data |
AAX_MIDIUtilities.h | Utilities for managing MIDI data |
AAX_MiscUtils.h | Miscellaneous signal processing utilities |
AAX_OtherExtensions.doxygen | |
AAX_Page_Table_Guide.doxygen | |
AAX_PageTableUtilities.h | |
AAX_ParameterAutomation.doxygen | |
AAX_ParameterManager.doxygen | |
AAX_ParameterUpdateProtocol.doxygen | |
AAX_ParameterUpdateTiming.doxygen | |
AAX_PlatformOptimizationConstants.h | Constants descriptor.. |
AAX_PlugInBundleLocation.h | Utilities for interacting with the host OS |
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_Pro_Tools_Guide.doxygen | |
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_Quantize.h | Quantization utilities |
AAX_RandomGen.h | Functions for calculating pseudo-random numbers |
AAX_RealTimePerformance.doxygen | |
AAX_RelatedTypes.doxygen | |
AAX_SampleRateUtils.h | Description |
AAX_SDK_ChangeLog.doxygen | |
AAX_SDK_ExamplePlugIns.doxygen | |
AAX_SDK_GUIExtensions.doxygen | |
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_TI_Guide.doxygen | |
AAX_TransportTypes.h | Structures, enums and other definitions used in transport |
AAX_Troubleshooting.doxygen | |
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_VDescriptionHost.h | |
AAX_VEffectDescriptor.h | Version-managed concrete EffectDescriptor class |
AAX_VENUE_Guide.doxygen | |
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_VPageTable.h | |
AAX_VPrivateDataAccess.h | Version-managed concrete PrivateDataAccess class |
AAX_VPropertyMap.h | Version-managed concrete PropertyMap class |
AAX_VTransport.h | Version-managed concrete Transport class |
AAX_VViewContainer.h | Version-managed concrete ViewContainer class |
DSH_Guide.doxygen | |
DTT_Guide.doxygen | |
ReadMe.doxygen |