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