1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 6<TITLE>AXFXChorusExpInitDpl2</TITLE> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META http-equiv="Content-Style-Type" content="text/css"> 9</head> 10 11<BODY> 12 13<H1 align="left">AXFXChorusExpInitDpl2</H1> 14 15<H2>Syntax</H2> 16<dl><dd><pre class="construction"> 17#include <revolution.h> 18#include <revolution/axfx.h> 19 20BOOL AXFXChorusExpInitDpl2 (AXFX_CHORUS_EXP_DPL2 *chorus); 21</pre></dd></dl> 22 23<H2>Arguments</H2> 24<TABLE class="arguments" border="1" > 25 <TR> 26<TH>chorus</TH> 27<TD>Pointer to the <code>AXFX_CHORUS_EXP_DPL2</code> structure with configured user parameters.</TD> 28 </TR> 29</TABLE> 30 31<H2>Return Values</H2> 32<P><code>TRUE</code> if successful, <code>FALSE</code> if a parameter is out of bounds or if memory allocation fails.</P> 33 34<H2>Description</H2> 35<P>The <code>AXFXChorusExpInitDpl2</code> function initializes the Dolby Pro Logic II (DPL2) version of Chorus Expansion (= <code>AXFX_CHORUS_EXP_DPL2</code>) based on user parameters in the <code>AXFX_CHORUS_EXP_DPL2</code> structure. This function also allocates and initializes the memory used by the delay line and similar processing steps. The user must configure the <code>AXFX_CHORUS_EXP_DPL2</code> structure's user parameters prior to calling this function.</P> 36 37<H2>See Also</H2> 38<P class="reference"> 39<A href="AXFX_CHORUS_EXP.html">AXFX_CHORUS_EXP_DPL2</A> 40</P> 41 42<H2>Revision History</H2> 43<P> 442007/08/10 Initial version.<br> 45</P> 46 47<hr><p>CONFIDENTIAL</p></body> 48</HTML> 49