#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXReverbStdSettings(AXFX_REVERBSTD *rev);
rev |
Pointer to the application-initialized AXFX_REVERBSTD. |
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 standard reverb effect have changed. The existing instance is specified by the AXFX_REVERBSTD 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.
AXFXReverbStdInit
AXFXReverbStdShutdown
AXFXReverbStdCallback
03/01/2006 Initial version.