#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXChorusSettings(AXFX_CHORUS *chorus);
chorus |
Pointer to the application-initialized AXFX_CHORUS. |
TRUE if successful, FALSE if a parameter is out of bounds.
Call this function when the parameters of an existing instance of the chorus effect are changed. The existing instance is specified by the AXFX_CHORUS data structure. This function neither frees not allocates memory.
AXFXChorusInit
AXFXChorusShutdown
AXFXChorusCallback
03/01/2006 Initial version.