#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXReverbHiSettingsDpl2(AXFX_REVERBHI_DPL2 *rev);
rev |
Pointer to application-initialized AXFX_REVERBHI_DPL2. |
TRUE if successful, FALSE if a parameter is out of bounds or the memory allocation fails.
Call this function when the parameters of an existing instance of the high-quality, DPL2-enhanced, reverb effect have changed. This existing instance is specified by the AXFX_REVERBHI_DPL2 data structure.
Note: The current reverb will be shut down and the associated memory will be freed. A new effect with the revised settings will then be instantiated.
AXFXReverbHiInitDpl2
AXFXReverbHiShutdownDpl2
AXFXReverbHiCallbackDpl2
03/01/2006 Initial version.