#include <revolution.h> #include <revolution/axfx.h> void AXFXChorusCallback(AXFX_BUFFERUPDATE *update, AXFX_CHORUS *chorus);
update |
Pointer to the buffer to update. |
chorus |
Pointer to the user-initialized AXFX_CHORUS. |
None.
AXFXChorusCallback must be registered for the Aux bus using AXRegisterAux?Callback().
AXFXChorusInit
AXFXChorusShutdown
AXFXChorusSettings
AXRegisterAuxACallback
AXRegisterAuxBCallback
03/01/2006 Initial version.
6/19/2006 Revised the registration destination of callbacks