AXFXChorusCallback

C Specification

#include <revolution.h>
#include <revolution/axfx.h>

void AXFXChorusCallback(AXFX_BUFFERUPDATE *update, AXFX_CHORUS *chorus);

Arguments

update   Pointer to the buffer to update.
chorus   Pointer to the user-initialized AXFX_CHORUS.

Return Values

None.

Description

AXFXChorusCallback must be registered for the Aux bus using AXRegisterAux?Callback().

See Also

AXFXChorusInit
AXFXChorusShutdown
AXFXChorusSettings
AXRegisterAuxACallback
AXRegisterAuxBCallback

Revision History

03/01/2006 Initial version.

6/19/2006 Revised the registration destination of callbacks