#include <revolution.h> #include <revolution/axfx.h> void AXFXReverbHiCallbackDpl2(AXFX_BUFFERUPDATE_DPL2 *update, AXFX_REVERBHI_DPL2 *rev);
update |
Pointer to the buffer to update. |
rev |
Pointer to user-initialized AXFX_REVERBHI_DPL2. |
None.
AXFXReverbHiCallbackDpl2 must be registered for the Aux A or Aux B bus using AXRegisterAuxACallback or AXRegisterAuxBCallback. Note: In general, effects cannot be used on AUXC in DPL2 output mode.
AXFXReverbHiInitDpl2
AXFXReverbHiShutdownDpl2
AXFXReverbHiSettingsDpl2
AXRegisterAuxACallback
03/01/2006 Initial version.
6/19/2006 Revised the registration destination of callbacks