25 #ifndef AAX_IACFAUTOMATIONDELEGATE_H
26 #define AAX_IACFAUTOMATIONDELEGATE_H
31 #pragma clang diagnostic push
32 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
35 #include "acfunknown.h"
90 #pragma clang diagnostic pop
93 #endif // AAX_IACFAUTOMATIONDELEGATE_H
Various utility definitions for AAX.
virtual AAX_Result PostReleaseRequest(AAX_CParamID iParameterID)=0
Sends a Release token out.
uint8_t AAX_CBoolean
Cross-compiler boolean type used by AAX interfaces.
Definition: AAX.h:110
Versioned interface allowing an AAX plug-in to interact with the host's automation system...
Definition: AAX_IACFAutomationDelegate.h:42
virtual AAX_Result PostTouchRequest(AAX_CParamID iParameterID)=0
Sends a Touch token out.
virtual AAX_Result UnregisterParameter(AAX_CParamID iParameterID)=0
Unregister a control with the automation system using a char* based control identifier.
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.dox:231
int32_t AAX_Result
Definition: AAX.h:118
virtual AAX_Result PostSetValueRequest(AAX_CParamID iParameterID, double normalizedValue) const =0
Sends a Set token out to request that a value be changed.
virtual AAX_Result RegisterParameter(AAX_CParamID iParameterID)=0
Register a control with the automation system using a char* based control identifier.
virtual AAX_Result GetTouchState(AAX_CParamID iParameterID, AAX_CBoolean *oTouched)=0
Gets the touched state of the parameter.
virtual AAX_Result PostCurrentValue(AAX_CParamID iParameterID, double normalizedValue) const =0
Sends a Current Value token out to notify everyone that a value has changed.
const char * AAX_CParamID
Parameter identifier.
Definition: AAX.h:128