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 programs send effecter output that utilizes the extended features of AXFX to other effecters via a bus.</P> 19 20<p><strong>Be aware that effect sounds are sent in the order AuxA, AuxB (and then AuxC).</strong></p> 21 22<p><code>fxbussendDpl2</code> is a demo that outputs in DPL2 mode.</p> 23 24<P>One of several sound effects can be played 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 "depopped" 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<P>The AX Bus Send Test Window</P> 40<UL> 41 <LI>Use the +Control Pad or the Control Stick to move the menu selection up and down. 42 <LI>Use the A Button to select a menu item. 43 <LI>Use the C Stick to pan the sound manually. 44</UL> 45<P>The Sound option will cycle through various sound effects which loop continually.</P> 46<P>The AuxA and AuxB (and AuxC) options cycle through the chorus, delay, standard reverb, and high-quality reverb.</P> 47<P>The Position option allows the user to pan the sound manually (using the C stick) or through six hard-coded locations.</P> 48<UL> 49 <LI>L - Left channel 50 <LI>C - Center channel 51 <LI>R - Right channel 52 <LI>Ls - Left surround channel 53 <LI>Rs - Right surround channel 54 <LI>Bs - Center rear position 55</UL> 56<P>The Compressor option toggles the AX compressor on and off.</P> 57 58<h2>Required Data Files</h2> 59 60<ul TYPE="DISC"> 61 <li><code>//axdemo/dpl2/dpl2reverb.spd</code></li> 62 <li><code>//axdemo/dpl2/dpl2reverb.spt</code> </li> 63</ul> 64 65<H2>Revision History</H2> 66<P> 672008/08/28 Revised terminology.<br>2006/08/07 Initial version.<BR> 68</P> 69 70<hr><p>CONFIDENTIAL</p></body> 71</html>