1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 7<TITLE>SEQ Demo</TITLE> 8</HEAD> 9<BODY> 10<H1 align="left">seqdemo</H1> 11 12<H2>Description</H2> 13<P>This program demonstrates the use of the AX, SEQ, SYN, and AXFX libraries. This program uses the Roland GM16 wavetable and standard MIDI files.</P> 14<P><B>Note:</B> The GM16.DLS file was converted using the <font face="Courier New, Courier, mono">DLS1WT</font> tool. The tool is included in the GCN SDK under:</P> 15<BLOCKQUOTE> 16<P><FONT face="Courier New, Courier, mono">/build/tools/dls1wt/</FONT></P> 17</BLOCKQUOTE> 18<P>The tool basically converts a standard DLS file into an arbitrary format implemented specifically for the AX application libraries. Full source code for the tool is provided. Please refer to the "AX Applications" document for more details on the SEQ library and DLS1WT file conversion.</P> 19<P>The Roland wavetable is also included in the SDK:</P> 20<BLOCKQUOTE> 21<P><FONT face="Courier New, Courier, mono">/audioData/Roland/GM16.DLS</FONT></P> 22</BLOCKQUOTE> 23<P>This demo also illustrates how to implement a custom AUX bus effect. Source code for the AuxB "delay" effect is provided.</P> 24<P>This demo also illustrates how to use the AX performance profiler.</P> 25<H2>Coverage</H2> 26 27<UL type="DISC"> 28<LI>AX, MIX, SYN, SEQ, initialization, setup, shutdown. 29<LI>AXFX AUX bus effects usage. 30<LI>Custom AUX effect implementation (delay.c). 31<LI>SEQ, SYN usage. 32<LI>Profiling AX performance. 33</UL> 34<H2>Operation Method</H2> 35<P>This program provides an onscreen menu system and status displays. Use the Control Stick to toggle between menus and press the A Button to select. Note that you may select an arbitrary MIDI file to play from the current DVD root.</P> 36<H2>Required Data Files</H2> 37<UL type="DISC"> 38<LI><FONT face="Courier New">//axdemo/midi/*.mid </FONT> 39<LI><FONT face="Courier New">//axdemo/synth/gm16adpcm.pcm </FONT> 40<LI><FONT face="Courier New">//axdemo/synth/gm16adpcm.wt </FONT> 41<LI><FONT face="Courier New">//axdemo/synth/gm16pcm.pcm </FONT> 42<LI><FONT face="Courier New">//axdemo/synth/gm16pcm.wt </FONT> 43</UL> 44<H2>Revision History</H2> 45<P>2006/03/01 Initial version.</P> 46<hr> 47<P>CONFIDENTIAL</p> 48</BODY> 49</HTML>