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