34#ifndef AAX_VHOSTPROCESSORDELEGATE_H
35#define AAX_VHOSTPROCESSORDELEGATE_H
Interface allowing plug-in's HostProcessor to interact with the host's side.
int32_t AAX_Result
Definition: AAX.h:347
#define AAX_OVERRIDE
override keyword macro
Definition: AAX.h:164
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:265
Versioned interface for host methods specific to offline processing.
Definition: AAX_IACFHostProcessorDelegate.h:49
Versioned interface for host methods specific to offline processing.
Definition: AAX_IACFHostProcessorDelegate.h:59
Versioned interface for host methods specific to offline processing.
Definition: AAX_IACFHostProcessorDelegate.h:67
Versioned interface for host methods specific to offline processing.
Definition: AAX_IHostProcessorDelegate.h:51
Version-managed concrete Host Processor delegate class.
Definition: AAX_VHostProcessorDelegate.h:51
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.