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 DelayExp Demo</title> 10</head> 11 12<body> 13 14<h1 align="left">expdelay, expdelayDpl2</h1> 15 16<h2>Description</h2> 17 18<P>These demo programs demonstrate various chorus effects that utilize the extended features of AXFX.</P> 19 20<p><code>expdelayDpl2</code> is a demo that outputs in DPL2 mode.</p> 21 22<P>Applications can play one of several effects while applying a delay effect. The AX compressor can also be toggled on and off. You may also pan sounds manually, or pan them to fixed locations.</P> 23 24<h2>Coverage</h2> 25<UL> 26<LI>AX initialization. 27<LI>Getting and freeing voices. 28<LI>Panning voices using the MIX library. 29<LI>Handling 'dropped' voices. 30<LI>Toggling the AX compressor. 31<LI>Managing sample data with the AX Sound Pipeline. 32<LI>Switching between various delay effects. 33</UL> 34 35<h2>Using the Demo</h2> 36<P>The AX DelayExp Test Window</P> 37<UL> 38<LI>Use the +Control Pad or Control Stick to move the menu selection up and down. 39<LI>Use the A Button to select and toggle a menu item. 40<LI>Use the C Stick to pan the sound manually. 41</UL> 42<P>The Sound option will cycle through various sound effects which loop continually.</P> 43<P>The AuxA option will cycle through the various delay effects available.</P> 44<P>The Position option allows the user to pan the sound manually (using the C stick) or through six hardcoded locations.</P> 45<UL> 46<LI>L - Left channel 47<LI>C - Center channel 48<LI>R - Right channel 49<LI>Ls - Left surround channel 50<LI>Rs - Right surround channel 51<LI>Bs - Center rear position 52</UL> 53<P>The Compress option toggles the AX compressor on and off.</P> 54 55<h2>Required Data Files</h2> 56 57<ul TYPE="DISC"> 58<li><code>//axdemo/dpl2/dpl2reverb.spd</code></li> 59<li><code>//axdemo/dpl2/dpl2reverb.spt</code> </li> 60</ul> 61 62<H2>Revision History</H2> 63 64<P>08/07/2006 Initial version.</P> 65 66<hr> 67<P>CONFIDENTIAL</p> 68</BODY> 69</HTML>