AXFXChorusInit

Syntax

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

BOOL AXFXChorusInit (AXFX_CHORUS *chorus);

Arguments

chorus   Pointer to an AXFX_CHORUS structure with configured user parameters.

Return Values

TRUE if successful; FALSE if a parameter is out of range or memory allocation fails.

Description

The AXFXChorusInit function initializes Chorus (= AXFX_CHORUS) based on user parameters in the AXFX_CHORUS structure. This function also allocates and initializes the memory used by the delay line and similar processing steps. The user must configure the AXFX_CHORUS structure's user parameters prior to calling this function.

See Also

AXFX_CHORUS

Revision History

2007/10/05 Corrected an error in the description of the arguments.
2007/08/09 Standardized notation.
2006/03/01 Initial version.


CONFIDENTIAL