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<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution.h> 19#include <revolution/mix.h> 20 21void MIXResetControls(AXVPB *p); 22</pre></dd></dl> 23 24<h2>Arguments</h2> 25<TABLE class="arguments" border="1" > 26 <tr> 27<th>p</th> 28<td>Pointer to the <CODE>AXVPB</CODE> structure gotten by the user from AX</td> 29 </tr> 30</table> 31 32<p>The following are default values for the mixer:</p> 33 34<TABLE class="arguments" border="1" > 35 <tr> 36<th>Input</th> 37<td>0 dB</td> 38 </tr> 39 <tr> 40<th>AuxA</th> 41<td>-96 dB in post fader mode</td> 42 </tr> 43 <tr> 44<th>AuxB</th> 45<td>-96 dB in post fader mode</td> 46 </tr> 47 <tr> 48<th>AuxC</th> 49<td>-96 dB in post fader mode</td> 50 </tr> 51 <tr> 52<th>Pan</th> 53<td>64 (center).</td> 54 </tr> 55 <tr> 56<th>Span</th> 57<td>127 (front).</td> 58 </tr> 59 <tr> 60<th>Mute</th> 61<td>Not mute.</td> 62 </tr> 63 <tr> 64<th>Fader</th> 65<td>0 dB</td> 66 </tr> 67</table> 68 69<h2>Return Values</h2> 70<p>None.</p> 71 72<h2>Description</h2> 73<p>The <code>MIXResetControls</code> function resets all controls for the specified channel to an existing default value.</p> 74 75<h2>See Also</h2> 76<p>None.</p> 77 78<h2>Revision History</h2> 79<P> 802006/03/01 Initial version.<BR> 81</P> 82 83<hr><p>CONFIDENTIAL</p></body> 84</html> 85