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>MIXResetControls</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">MIXResetControls</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>void MIXResetControls(AXVPB *p);</CODE></pre> 24 </dd> 25</dl> 26 27<h2>Arguments</h2> 28 29<table border="1" cellpadding="3" cellspacing="0.1"> 30 <tr> 31<td width="120" bgcolor="#ffffe8"><em><strong><CODE>p</CODE></strong></em></td> 32<td width="520">Specifies the pointer to the AXVPB structure acquired from AX by the user.</td> 33 </tr> 34</table> 35 36<p>The following are default values for the mixer:</p> 37 38<table border="1" cellpadding="3" cellspacing="0.1"> 39 <tr> 40<td width="120"><strong>Input</strong></td> 41<td width="520">0 dB</td> 42 </tr> 43 <tr> 44<td width="120"><strong>AuxA</strong></td> 45<td width="520">-96 dB in post fader mode</td> 46 </tr> 47 <tr> 48<td width="120"><strong>AuxB</strong></td> 49<td width="520">-96 dB in post fader mode</td> 50 </tr> 51 <tr> 52<td width="120"><strong>AuxC</strong></td> 53<td width="520">-96 dB in post fader mode</td> 54 </tr> 55 <tr> 56<td width="120"><strong>Pan</strong></td> 57<td width="520">64 (center)</td> 58 </tr> 59 <tr> 60<td width="120"><strong>Span</strong></td> 61<td width="520">127 (front)</td> 62 </tr> 63 <tr> 64<td width="120"><strong>Mute</strong></td> 65<td width="520">Not mute</td> 66 </tr> 67 <tr> 68<td width="120"><strong>Fader</strong></td> 69<td width="520">0 dB</td> 70 </tr> 71</table> 72 73<h2>Return Values</h2> 74 75<p>None.</p> 76 77<h2>Description</h2> 78 79<p>The <CODE>MIXResetControls</CODE> function resets all controls for the specified channel to a known default value.</p> 80 81<h2>See Also</h2> 82<p> 83</p> 84 85<h2>Revision History</h2> 86<P>2006/03/01 Initial version.</P> 87 88<hr> 89<P>CONFIDENTIAL</p> 90</BODY> 91</HTML> 92