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>AXARTInitArtRmtFader</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">AXARTInitArtRmtFader</H1> 14 15<H2>C Specification</H2> 16 17<DL> 18<dd><pre><CODE>#include <revolution.h> 19#include <revolution/axart.h></CODE></pre> 20 </dd> 21 <dd><PRE><CODE>void AXARTInitArtRmtFader(<A href="AXART_RMT_FADER.html">AXART_RMT_FADER</A> *articulator);</CODE></PRE> 22 </dd> 23</DL> 24 25<H2>Arguments</H2> 26 27<TABLE border="1" cellpadding="3" cellspacing="0.1"> 28 <TBODY> 29 <TR> 30<TD width="120" bgcolor="#ffffe8"><FONT face="Courier New"><EM><STRONG>articulator</STRONG></EM></FONT> </TD> 31 <TD width="520">Pointer to <font face="Courier New">AXART_RMT_FADER</font> to be initialized.</TD> 32 </TR> 33 </TBODY> 34</TABLE> 35 36<h2>Return Values</h2> 37 38<p>None.</p> 39 40<H2>Description</H2> 41 42<p><font face="Courier New">AXARTInitArtRmtFader()</font> initializes an <a href="AXART_AUXA_VOLUME_ENV.html"><font face="Courier New">AXART_RMT_FADER</font></a> articulator. Applications must call this function before adding <A href="AXART_RMT_AUX_VOLUME.html"><code>AXART_RMT_FADER</code></A> to the list using <A href="AXARTAddArticulator.html"><code>AXARTAddArticulator</code></A>.</p> 43 44<H2>See Also</H2> 45 46<p> 47<a href="AXARTAddArticulator.html"><code>AXARTAddArticulator</code></a>, <a href="AXART_RMT_FADER.html"><code>AXART_RMT_FADER</code></a> 48</p> 49 50<h2>Revision History</h2> 51 52<P>2006/10/23 Initial version.</P> 53 54<hr> 55<P>CONFIDENTIAL</p> 56</BODY> 57</HTML> 58