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>AXSetVoiceRmtIIR</title>
7<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
8<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows">
9<META http-equiv="Content-Style-Type" content="text/css">
10</head>
11
12<body>
13
14<h1 align="left">AXSetVoiceRmtIIR</h1>
15
16<h2>C Specification</h2>
17
18<BLOCKQUOTE>
19<pre><code>#include &lt;revolution.h&gt;
20
21void AXSetVoiceRmtIIR(AXVPB *pvpb, AXPBRMTIIR *iir);</CODE></pre>
22</BLOCKQUOTE>
23
24<h2>Arguments</h2>
25
26<TABLE border="1" cellpadding="3" cellspacing="0.1">
27    <tr>
28<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><font face="Courier New">AXVPB *pvpb</font></strong></em></TD>
29<TD width="520">Pointer to the specified voice.</TD>
30    </tr>
31  <tr>
32      <TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><font face="Courier New">AXPBRMTIIR *iir</font></strong></em></TD>
33      <TD width="520">Pointer to user-initialized <code>AXPBRMTIIR</code> union.</TD>
34    </tr>
35
36</TABLE>
37
38<h2>Return Values</h2>
39
40<p>None.</p>
41
42<h2>Description</h2>
43
44<p>The <code>AXSetVoiceRmtIIR</code> function initializes the parameter (for the specified voice) of the IIR filter for the Controller speaker. To change filter coefficients after IIR filters have been enabled, use the <code>AXSetVoiceRmtIIRCoefs</code> function. This function also asserts the synchronization flag corresponding to <code>axvpb.sync</code>.</p>
45
46<h2>See Also</h2>
47
48<p>
49<font face="Courier New"><a href="../Parameter_Blocks/AXPBRMTIIR_rmtIIR.html">axvpb.pb.rmtIIR</a><br> <a href="AXSetVoiceRmtIIRCoefs.html">AXSetVoiceRmtIIRCoefs</a><br></font>
50</p>
51
52<h2>Revision History</h2>
53
54<P>
552006/11/14 Initial version.
56</P>
57<hr>
58<P>CONFIDENTIAL</p>
59</BODY>
60</HTML>
61
62