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.remote</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.remote</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#define AX_PB_REMOTE_OFF        0x0000
19#define AX_PB_REMOTE_ON         0x0001
20
21u16 remote;
22</pre></dd></dl>
23
24<h2>Description</h2>
25<p>The <SPAN class="argument">remote</SPAN> parameter sets the controller speaker's voice process to run or stop.</p>
26
27<p>When <code>AX_PB_REMOTE_ON</code> is set, the DSP performs voice processing for the controller speaker as well as for normal audio output. When <code>axvpb.pb.mix</code> or <code>axvpb.pb.rmtMix</code> is set appropriately, the voice's output destination can be controlled.</p>
28
29<p>When <code>AX_PB_REMOTE_OFF</code> is set, voice processing for the controller speaker is not performed. When there is no need to play voice output from the controller speaker, specify <code>AX_PB_REMOTE_OFF</code> to limit excess DSP cycle consumption.</p>
30
31<p>Voice processing for controller speakers can be set for each voice independently. The default value is <code>AX_PB_REMOTE_OFF</code>.</p>
32<p>When <SPAN class="argument">remote</SPAN> is changed, you must assert the <code>AX_SYNC_USER_REMOTE</code> synchronization flag in <code>axvpb.sync</code>.</p>
33
34<h2>See Also</h2>
35<p class="reference">
36<CODE><a href="../Voice_Parameter_Blocks/sync.html">axvpb.sync</a><BR><a href="../Voice_Parameters/AXSetVoiceRmtOn.html">AXSetVoiceRmtOn</a><BR><a href="../Parameter_Blocks/AXPBMIX_mix.html">axvpb.pb.mix</a><BR><a href="../Parameter_Blocks/AXPBRMTMIX_rmtMix.html">axvpb.pb.rmtMix</a></CODE>
37</p>
38
39<h2>Revision History</h2>
40<P>
412006/07/28 Initial version.<br>
42</P>
43
44<hr><p>CONFIDENTIAL</p></body>
45</html>
46