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
17<h2>C Specification</h2>
18<BLOCKQUOTE>
19<pre><CODE>#define AX_PB_REMOTE_OFF        0x0000
20#define AX_PB_REMOTE_ON         0x0001
21
22u16 remote;</CODE></pre>
23</BLOCKQUOTE>
24<h2>Description</h2>
25
26<p>The <code>remote </code> parameter sets the voice process for the controller speaker to run or stop.</p>
27
28<p>When <code>AX_PB_REMOTE_ON</code> is set, the DSP performs voice processing for the controller speaker as well as voice processing for normal audio output. By setting <code>axvpb.pb.mix</code> or <code>axvpb.pb.rmtMix</code> appropriately, the output destination for the voice can be controlled.</p>
29
30<p>When <code>AX_PB_REMOTE_OFF</code> is set, the 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>
31
32<p>Voice processing for controller speakers can be set for each voice independently. The default value is <code>AX_PB_REMOTE_OFF</code>.</p>
33<p>You must assert the <code>AX_SYNC_USER_REMOTE</code> synchronization flag in <code>axvpb.sync</code>, when <code>remote</code> is changed.</p>
34
35<h2>See Also</h2>
36<p>
37<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>
38</p>
39
40<h2>Revision History</h2>
41
42<P>2006/07/28 Initial version.</P><hr>
43<P>CONFIDENTIAL</p>
44</BODY>
45</HTML>
46