AXFXChorusSettings

C Specification

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

BOOL AXFXChorusSettings(AXFX_CHORUS *chorus);

Arguments

chorus Pointer to the application-initialized AXFX_CHORUS.

Return Values

TRUE if successful, FALSE if a parameter is out of bounds.

Description

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.

See Also

AXFXChorusInit
AXFXChorusShutdown
AXFXChorusCallback

Revision History

03/01/2006 Initial version.