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