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>MIXRmtGetFader</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">MIXRmtGetFader</h1>
15
16<h2>C Specification</h2>
17
18<dl>
19<dd><pre><CODE>#include &lt;revolution.h&gt;
20#include &lt;revolution/mix.h&gt;</CODE></pre>
21  </dd>
22<dd><pre><CODE>int MIXRmtGetFader(AXVPB *p, int num);</CODE></pre>
23  </dd>
24</dl>
25
26<h2>Arguments</h2>
27
28<table border="1" cellpadding="3" cellspacing="0.1">
29  <tr>
30<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">p</font></strong></em></td>
31<td width="520">Specifies the pointer to the AXVPB structure acquired from AX by the application.</td>
32  </tr>
33  <tr>
34<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">num</font></strong></em></td>
35<td width="520">Controller number (0 to 3).</td>
36  </tr>
37</table>
38
39<h2>Return Values</h2>
40
41<p>Returns the current fader control value in units of 0.1 dB (1 = 0.1 dB).</p>
42
43<h2>Description</h2>
44
45<p><code>MIXRmtGetFader</code> returns the current fader control value for the specified voice and specified controller speaker.</p>
46
47<h2>See Also</h2>
48
49<h2>Revision History</h2>
50
51<P>2006/08/03 Initial version.</P>
52
53<hr>
54<P>CONFIDENTIAL</p>
55</BODY>
56</HTML>
57