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>AXFXReverbHiSettings</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">AXFXReverbHiSettings</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 AXFXReverbHiSettings(AXFX_REVERBHI *rev);</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>rev&nbsp;&nbsp; </code></STRONG></EM></TD>
28<TD width="520">Pointer to application-initialized <font face="Courier New"><code>AXFX_REVERBHI</code></font>.</TD>
29    </TR>
30  </TBODY>
31</TABLE>
32<H2>Return Values</H2>
33<P><code>TRUE</code> if successful, <code>FALSE</code> if a parameter is out of bounds or the memory allocation fails.</P>
34<H2>Description</H2>
35<P>Call this function when the parameters of an existing instance of the high-quality reverb effect have changed. The existing instance is specified by the AXFX_REVERBHI data structure. <BR><BR><B>Note:</B> The current reverb will be shut down and the associated memory will be freed. A new effect with the revised settings will then be instantiated.</P>
36
37<H2>See Also</H2>
38<P>
39<code><A href="AXFXReverbHiInit.html">AXFXReverbHiInit</A><br> <A href="AXFXReverbHiShutdown.html">AXFXReverbHiShutdown</A><br> <A href="AXFXReverbHiCallback.html">AXFXReverbHiCallback</A></code>
40</P>
41
42<H2>Revision History</H2>
43<P>03/01/2006 Initial version.</P>
44
45</BODY>
46</HTML>
47