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
17<h2>C Specification</h2>
18<BLOCKQUOTE>
19<pre><CODE>#define AX_PB_MIXCTRL_MAIN0       0x0001  // Controller 0 main
20#define AX_PB_MIXCTRL_MAIN0_RAMP  0x0002  // Controller 0 main ramping
21#define AX_PB_MIXCTRL_AUX0        0x0004  // Controller 0 Aux
22#define AX_PB_MIXCTRL_AUX0_RAMP   0x0008  // Controller 0 Aux ramping
23
24#define AX_PB_MIXCTRL_MAIN1       0x0010  // Controller 1 main
25#define AX_PB_MIXCTRL_MAIN1_RAMP  0x0020  // Controller 1 main ramping
26#define AX_PB_MIXCTRL_AUX1        0x0040  // Controller 1 Aux
27#define AX_PB_MIXCTRL_AUX1_RAMP   0x0080  // Controller 1 Aux ramping
28
29#define AX_PB_MIXCTRL_MAIN2       0x0100  // Controller 2 main
30#define AX_PB_MIXCTRL_MAIN2_RAMP  0x0200  // Controller 2 main ramping
31#define AX_PB_MIXCTRL_AUX2        0x0400  // Controller 2 Aux
32#define AX_PB_MIXCTRL_AUX2_RAMP   0x0800  // Controller 2 Aux ramping
33
34#define AX_PB_MIXCTRL_MAIN3       0x1000  // Controller 3 main
35#define AX_PB_MIXCTRL_MAIN3_RAMP  0x2000  // Controller 3 main ramping
36#define AX_PB_MIXCTRL_AUX3        0x4000  // Controller 3 Aux
37#define AX_PB_MIXCTRL_AUX3_RAMP   0x8000  // Controller 3 Aux ramping
38
39u16 rmtMixerCtrl;</CODE></pre>
40</BLOCKQUOTE>
41<h2>Description</h2>
42
43<p>The <code>rmtMixerCtrl</code> parameter sets mixing for the controller speaker.</p>
44
45<p>The DSP prepares the main bus and Aux bus for each controller speaker. <code>rmtMixerCtrl</code> specifies whether mixing is necessary and/or the mixing method (with/without ramping) for each bus for each controller. Making the appropriate settings with <code>rmtMixerCtrl</code> makes it possible to skip unnecessary mixing and keep the consumption of extra DSP cycles to a minimum.</p>
46
47<p>Assert the <code>AX_SYNC_USER_RMTMIXCTRL</code> synchronization flag in <code>axvpb.sync</code>, whenever <code>rmtMixerCtrl</code> has changed. Please refer to the source code for the <code>MIX</code> library for examples using <code>rmtMixerCtrl</code>.</p>
48
49<p><strong>Note:</strong> No feature for switching the mixer using <code>rmtMixerCtrl</code> is implemented.</p>
50
51<h2>See Also</h2>
52<p>
53<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>
54</p>
55
56<h2>Revision History</h2>
57
58<P>2006/07/31 Initial version.</P><hr>
59<P>CONFIDENTIAL</p>
60</BODY>
61</HTML>
62