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>AXART_FADER</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">AXART_FADER</H1>
14
15<H2>C Specification</H2>
16
17<DL>
18  <dd><pre><CODE>#include &lt;revolution.h&gt;
19#include &lt;revolution/axart.h&gt;</CODE></pre>
20  </dd>
21  <dd>
22  <PRE><CODE>typedef struct
23{
24    <A href="AXART_ART.html">AXART_ART</A>   art;
25
26    // runtime user parameters
27
28    s32         attenuation;
29
30} AXART_FADER;</CODE></PRE>
31  </dd>
32</DL>
33
34<H2>Description</H2>
35
36<P><code>AXART_FADER</code> is an articulator controlling the fader.</p>
37
38<TABLE border="1" cellpadding="3" cellspacing="0.1">
39  <TBODY>
40    <TR>
41<TD width="120" bgcolor="#cccccc"><EM><STRONG>Data Member</STRONG></EM></TD>
42<TD width="520" bgcolor="#cccccc"><EM><STRONG>Description</STRONG></EM></TD>
43    </TR>
44    <TR>
45<TD width="120"><FONT face="Courier New">AXART_ART art</FONT></TD>
46<TD width="520">AXART articulator descriptor maintained by AXART. Do not write to this parameter.</TD>
47    </TR>
48    <TR>
49<TD width="120"><FONT face="Courier New">s32 attenuation</FONT></TD>
50<TD width="520">Attenuation to apply, in dB (0x00010000 = 0.1dB).</TD>
51    </TR>
52  </TBODY>
53</TABLE>
54
55<p>When, for a certain voice, the application is making sound output only from the remote speaker (using AXART library) and not from television speakers, use this articulator to kill the fader.</p>
56
57<p>Applications must initialize this articulator by calling <A href="AXARTInitArtFader.html"><code>AXARTInitArtFader</code></A> before adding this articulator to the list using <A href="AXARTAddArticulator.html"><code>AXARTAddArticulator</code></A>.</P>
58
59<H2>See Also</H2>
60
61<p>
62<A href="AXARTAddArticulator.html"><code>AXARTAddArticulator</code></A>, <A href="AXARTInitArtFader.html"><code>AXARTInitArtFader</code></A>, <A href="AXART_ART.html"><code>AXART_ART</code></A>
63</P>
64
65<H2>Revision History</H2>
66
67<P>2006/10/23 Initial version.</P>
68
69<hr>
70<P>CONFIDENTIAL</p>
71</BODY>
72</HTML>
73