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>AXFXReverbStdExpSettingsUpdate</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">AXFXReverbStdExpSettingsUpdate</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
20BOOL AXFXReverbStdExpSettingsUpdate (AXFX_REVERBSTD_EXP *reverb);
21</pre></dd></dl>
22
23<H2>Arguments</H2>
24<TABLE class="arguments" border="1" >
25  <TR>
26<TH>reverb</TH>
27<TD>Pointer to an initialized <code>AXFX_REVERBSTD_EXP</code> structure.</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>AXFXReverbStdExpSettingsUpdate</code> function is used when changing parameters of the initialized Standard Reverb Expansion (= <code>AXFX_REVERBSTD_EXP</code> structure). When this function is called, the current Standard Reverb Expansion is shut down and then reinitialized based on new user parameters. Memory is not freed and re-allocated during this process.</P>
36
37<P>Caution is required when using this function to change the <code>AXFX_REVERBSTD_EXP</code> structure's user parameter <code>preDelayTime</code>. Because memory is not freed and re-allocated, <CODE>preDelayTime</CODE> cannot be changed to a value greater than <CODE>preDelayTimeMax</CODE>. If it is necessary to change <CODE>preDelayTimeMax</CODE>, use the <code>AXFXReverbStdExpSettings</code> function.</P>
38
39<H2>See Also</H2>
40<P class="reference">
41<A href="AXFX_REVERBSTD_EXP.html">AXFX_REVERBSTD_EXP</A>,
42<A href="AXFXReverbStdExpSettings.html">AXFXReverbStdExpSettings</A>
43</P>
44
45<H2>Revision History</H2>
46<P>
472007/08/10 Initial version.<br>
48</P>
49
50<hr><p>CONFIDENTIAL</p></body>
51</HTML>
52