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>AXFXChorusExpGetMemSize</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">AXFXChorusExpGetMemSize</H1>
14
15<H2>Syntax</H2>
16<dl><dd><pre class="construction">
17#include &lt;revolution.h&gt;
18#include &lt;revolution/axfx.h&gt;
19
20s32  AXFXChorusExpGetMemSize (AXFX_CHORUS_EXP *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 an <code>AXFX_CHORUS_EXP</code> structure with configured user parameters.</TD>
28  </TR>
29</TABLE>
30
31<H2>Return Values</H2>
32<P>Returns the size of memory required by the Chorus Expansion.</P>
33
34<H2>Description</H2>
35<P>The <code>AXFXChorusExpGetMemSize</code> function returns the size of memory required by the Chorus Expansion. The required memory size varies according to settings in the <code>AXFX_CHORUS_EXP</code> structure. The user must configure the <code>AXFX_CHORUS_EXP</code> structure's user parameters prior to calling this function.</P>
36
37<P>The memory of the size returned by this function is allocated when Chorus Expansion is initialized using the <code>AXFXChorusExpInit</code> or <code>AXFXChorusExpSettings</code> functions.</P>
38
39<p><strong>Note: Current specifications have fixed the memory size. It is unaffected by parameter values.</strong></p>
40
41<H2>See Also</H2>
42<P class="reference">
43<A href="AXFX_CHORUS_EXP.html"><CODE>AXFX_CHORUS_EXP</CODE></A><br><A href="AXFXChorusExpInit.html"><CODE>AXFXChorusExpInit</CODE></A><br><A href="AXFXChorusExpSettings.html"><CODE>AXFXChorusExpSettings</CODE></A>
44</P>
45
46<H2>Revision History</H2>
47<P>
482008/06/05 Added notes.<br>2007/08/10 Initial version.<br>
49</P>
50
51<hr><p>CONFIDENTIAL</p></body>
52</HTML>
53