AXFXReverbHiCallbackDpl2

C Specification

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

void AXFXReverbHiCallbackDpl2(AXFX_BUFFERUPDATE_DPL2 *update, AXFX_REVERBHI_DPL2 *rev);

Arguments

update   Pointer to the buffer to update.
rev   Pointer to user-initialized AXFX_REVERBHI_DPL2.

Return Values

None.

Description

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.

See Also

AXFXReverbHiInitDpl2
AXFXReverbHiShutdownDpl2
AXFXReverbHiSettingsDpl2
AXRegisterAuxACallback

Revision History

03/01/2006 Initial version.

6/19/2006 Revised the registration destination of callbacks