21#ifndef AAX_VHOSTPROCESSORDELEGATE_H
22#define AAX_VHOSTPROCESSORDELEGATE_H
Interface allowing plug-in's HostProcessor to interact with the host's side.
int32_t AAX_Result
Definition: AAX.h:334
#define AAX_OVERRIDE
override keyword macro
Definition: AAX.h:151
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:252
Versioned interface for host methods specific to offline processing.
Definition: AAX_IACFHostProcessorDelegate.h:36
Versioned interface for host methods specific to offline processing.
Definition: AAX_IACFHostProcessorDelegate.h:46
Versioned interface for host methods specific to offline processing.
Definition: AAX_IACFHostProcessorDelegate.h:54
Versioned interface for host methods specific to offline processing.
Definition: AAX_IHostProcessorDelegate.h:38
Version-managed concrete Host Processor delegate class.
Definition: AAX_VHostProcessorDelegate.h:38
int32_t GetSideChainInputNum() AAX_OVERRIDE
CALL: Returns the index of the side chain input buffer.
AAX_Result ForceProcess() AAX_OVERRIDE
CALL: Request a process pass.
AAX_Result GetAudio(const float *const inAudioIns[], int32_t inAudioInCount, int64_t inLocation, int32_t *ioNumSamples) AAX_OVERRIDE
CALL: Randomly access audio from the timeline.
AAX_VHostProcessorDelegate(IACFUnknown *pUnknown)
AAX_Result ForceAnalyze() AAX_OVERRIDE
CALL: Request an analysis pass.