1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
9<title>AX Bus Send Demo</title>
10</head>
11
12<body>
13
14<h1 align="left">fxbussend, fxbussendDpl2</h1>
15
16<h2>Description</h2>
17
18<P>These demo programs send effecter output that utilizes the extended features of AXFX to other effecters via a bus.</P>
19
20<p><strong>Note that effects sounds are sent in the order AuxA &gt; AuxB (&gt; AuxC).</strong></p>
21
22<p><code>fxbussendDpl2</code> is a demo that outputs in DPL2 mode.</p>
23
24<P>Applications can play one of the several sound effects while applying multiple effects. The AX compressor can also be toggled on and off. You may also pan sounds manually, or pan them to fixed locations.</P>
25
26<h2>Coverage</h2>
27<UL>
28<LI>AX initialization.
29<LI>Getting and freeing voices.
30<LI>Panning voices using the MIX library.
31<LI>Handling 'dropped' voices.
32<LI>Toggling the AX compressor.
33<LI>Managing sample data with the AX Sound Pipeline.
34<LI>Switching between various AUX effects.
35<LI>Effecter output is output to another effecter.
36</UL>
37
38<h2>Using the Demo</h2>
39
40<P>The AX Bus Send Test Window</P>
41<UL>
42<LI>Use the +Control Pad or Control Stick to move the menu selection up and down.
43<LI>Use the A Button to select and toggle a menu item.
44<LI>Use the C Stick to pan the sound manually.
45</UL>
46<P>The Sound option will cycle through various sound effects which loop continually.</P>
47<P>The AuxA and AuxB (and AuxC) options cycle through the chorus, delay, standard reverb, and high-quality reverb.</P>
48<P>The Position option allows the user to pan the sound manually (using the C stick) or through six hard-coded locations.</P>
49<UL>
50<LI>L - Left channel
51<LI>C - Center channel
52<LI>R - Right channel
53<LI>Ls - Left surround channel
54<LI>Rs - Right surround channel
55<LI>Bs - Center rear position
56</UL>
57<P>The Compress option toggles the AX compressor on and off.</P>
58
59<h2>Required Data Files</h2>
60
61<ul TYPE="DISC">
62  <li><code>//axdemo/dpl2/dpl2reverb.spd</code></li>
63  <li><code>//axdemo/dpl2/dpl2reverb.spt</code> </li>
64</ul>
65
66<H2>Revision History</H2>
67
68<P>2006/08/07 Initial version.</P>
69
70<hr>
71<P>CONFIDENTIAL</p>
72</BODY>
73</HTML>