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