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>axvpb.pb.rmtMixerCtrl</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">axvpb.pb.rmtMixerCtrl</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#define AX_PB_MIXCTRL_MAIN0 0x0001 // Controller 0 main 19#define AX_PB_MIXCTRL_MAIN0_RAMP 0x0002 // Controller 0 main ramping 20#define AX_PB_MIXCTRL_AUX0 0x0004 // Controller 0 Aux 21#define AX_PB_MIXCTRL_AUX0_RAMP 0x0008 // Controller 0 Aux ramping 22 23#define AX_PB_MIXCTRL_MAIN1 0x0010 // Controller 1 main 24#define AX_PB_MIXCTRL_MAIN1_RAMP 0x0020 // Controller 1 main ramping 25#define AX_PB_MIXCTRL_AUX1 0x0040 // Controller 1 Aux 26#define AX_PB_MIXCTRL_AUX1_RAMP 0x0080 // Controller 1 Aux ramping 27 28#define AX_PB_MIXCTRL_MAIN2 0x0100 // Controller 2 main 29#define AX_PB_MIXCTRL_MAIN2_RAMP 0x0200 // Controller 2 main ramping 30#define AX_PB_MIXCTRL_AUX2 0x0400 // Controller 2 Aux 31#define AX_PB_MIXCTRL_AUX2_RAMP 0x0800 // Controller 2 Aux ramping 32 33#define AX_PB_MIXCTRL_MAIN3 0x1000 // Controller 3 main 34#define AX_PB_MIXCTRL_MAIN3_RAMP 0x2000 // Controller 3 main ramping 35#define AX_PB_MIXCTRL_AUX3 0x4000 // Controller 3 Aux 36#define AX_PB_MIXCTRL_AUX3_RAMP 0x8000 // Controller 3 Aux ramping 37 38u16 rmtMixerCtrl; 39</pre></dd></dl> 40 41<h2>Description</h2> 42<p>The <SPAN class="argument">rmtMixerCtrl</SPAN> parameter sets mixing for the controller speaker.</p> 43 44<p>DSP prepares the main and Aux buses for each controller speaker. The <SPAN class="argument">rmtMixerCtrl</SPAN> parameter specifies whether mixing is necessary and/or the mixing method (with or without ramping) for each bus of each controller. Making appropriate settings with <SPAN class="argument">rmtMixerCtrl</SPAN> allows you to skip unnecessary mixing and to keep the consumption of extra DSP cycles to a minimum.</p> 45 46<p>Whenever <SPAN class="argument">rmtMixerCtrl</SPAN> has changed, assert the <code>AX_SYNC_USER_RMTMIXCTRL</code> synchronization flag in <code>axvpb.sync</code>. For examples of using <SPAN class="argument">rmtMixerCtrl</SPAN>, refer to the <CODE>MIX</CODE> library source code.</p> 47 48<p><strong>Note:</strong> A feature for switching the mixer using <SPAN class="argument">rmtMixerCtrl</SPAN> has not been implemented.</p> 49 50<h2>See Also</h2> 51<p class="reference"> 52<CODE><a href="../Voice_Parameter_Blocks/sync.html">axvpb.sync</a><BR><a href="AXPBRMTMIX_rmtMix.html">axvpb.pb.rmtMix</a><BR><a href="../Voice_Parameters/AXSetVoiceRmtMix.html">AXSetVoiceRmtMix</a></CODE> 53</p> 54 55<h2>Revision History</h2> 56<P> 572006/07/31 Initial version.<br> 58</P> 59 60<hr><p>CONFIDENTIAL</p></body> 61</html> 62