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>AXFXReverbHiExpSettingsUpdate</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">AXFXReverbHiExpSettingsUpdate</H1>
14
15<H2>C Specification</H2>
16<BLOCKQUOTE>
17<PRE><CODE>#include &lt;revolution.h&gt;
18#include &lt;revolution/axfx.h&gt;
19
20BOOL AXFXReverbHiExpSettingsUpdate (AXFX_REVERBHI_EXP *reverb);</CODE></PRE>
21</BLOCKQUOTE>
22
23<H2>Arguments</H2>
24<TABLE border="1" cellpadding="3" cellspacing="0.1">
25  <TBODY>
26    <TR>
27<TD width="120" bgcolor="#ffffe8"><EM><STRONG><code>reverb </code></STRONG></EM></TD>
28<TD width="520">Pointer to an initialized <code>AXFX_REVERBHI_EXP</code> structure.</TD>
29    </TR>
30  </TBODY>
31</TABLE>
32
33<H2>Return Values</H2>
34<P><code>TRUE</code> if successful; <code>FALSE</code> if a parameter is out of bounds or if memory allocation fails.</P>
35
36<H2>Description</H2>
37<P>The <code>AXFXReverbHiExpSettingsUpdate</code> function is used when changing parameters of the initialized High-Quality Reverb Expansion (= <code>AXFX_REVERBHI_EXP</code> structure). When this function is called, the current High-Quality Reverb Expansion is shut down and then reinitialized based on new user parameters. Memory is not freed and re-allocated during this process.</P>
38
39<P>Caution is required when using this function to change the <code>AXFX_REVERBHI_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 <EM>preDelayTimeMax</EM>, please use the <code>AXFXReverbHiExpSettings</code> function.</P>
40
41<H2>See Also</H2>
42<P>
43<code><A href="AXFX_REVERBHI_EXP.html">AXFX_REVERBHI_EXP</A><br> <A href="AXFXReverbHiExpSettings.html">AXFXReverbHiExpSettings</A><br></code>
44</P>
45
46<H2>Revision History</H2>
47<P>
482007/08/10 Initial version.<br>
49</P>
50
51<hr><p>CONFIDENTIAL</p></body>
52</HTML>
53