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>AXSetVoiceLpf</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">AXSetVoiceLpf</h1>
15
16
17<h2>C Specification</h2>
18<BLOCKQUOTE>
19<pre><code>#include &lt;revolution.h&gt;
20
21void AXSetVoiceLpf(AXVPB *pvpb, AXPBLPF *lpf);</CODE></pre>
22</BLOCKQUOTE>
23<h2>Arguments</h2>
24<TABLE border="1" cellpadding="3" cellspacing="0.1">
25    <tr>
26<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><font face="Courier New">AXVPB *pvpb</font></strong></em></TD>
27<TD width="520">Pointer to the specified voice.</TD>
28    </tr>
29  <tr>
30<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><font face="Courier New">AXPBLPF *lpf</font></strong></em></TD>
31<TD width="520">Pointer to user-initialized <code>AXPBLPF</code> structure.</TD>
32    </tr>
33
34</TABLE>
35<h2>Return Values</h2>
36
37<p>None.</p>
38<h2>Description</h2>
39<p><code>AXSetVoiceLpf()</code> initializes the low-pass filter parameters for a specified voice. Once a voice is running, use <code><a href="AXSetVoiceLpfCoefs.html">AXSetVoiceLpfCoefs()</a></code> to modify the filter's coefficients. This function also asserts the appropriate synchronization flags in <code>axvpb.sync</code>.</p>
40<h2>See Also</h2>
41
42<p>
43<font face="Courier New"><a href="../Parameter_Blocks/AXPBLPF_lpf.html">axvpb.pb.lpf</a><br> <a href="AXSetVoiceLpfCoefs.html">AXSetVoiceLpfCoefs</a><br> <a href="../Utility/AXGetLpfCoefs.html">AXGetLpfCoefs</a><br></font>
44</p>
45
46<h2>Revision History</h2>
47<P>2006/03/01 Initial version.</P>
48<hr>
49<P>CONFIDENTIAL</p>
50</BODY>
51</HTML>
52