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 name="GENERATOR" content="Microsoft FrontPage 5.0"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8<TITLE>AX Simple</TITLE> 9</HEAD> 10<BODY> 11<H1 align="left">axsimple</H1> 12 13<H2>Description</H2> 14<P>This program demonstrates minimal AX usage. The demo plays arbitrary ADPCM samples created using <CODE>DSPADPCM.exe</CODE>, and parses the 96-byte header.</P> 15 16<H2>Coverage</H2> 17 18<UL type="DISC"> 19<LI>AX initialization and setup. 20<LI>AX voice acquisition and runtime manipulation for multiple voices. 21</UL> 22<H2>Operation Method</H2> 23<TABLE border="0" width="523"> 24 <tr> 25<TD width="343">Plays a drum sample.</TD> 26<TD width="170">All Buttons besides START. </TD> 27 </tr> 28 <tr> 29<TD width="343">Stops all voices from playing.</TD> 30<TD width="170">START</TD> 31 </tr> 32</TABLE> 33<P>This program does not display any video.</P> 34 35<H2>Required Data Files</H2> 36<UL type="DISC"> 37<LI><FONT face="Courier New">//axdemo/simple/bongo1.dsp</FONT> 38<LI><FONT face="Courier New">//axdemo/simple/bongo2.dsp</FONT> 39<LI><FONT face="Courier New">//axdemo/simple/bongo3.dsp</FONT> 40<LI><FONT face="Courier New">//axdemo/simple/bongo4.dsp</FONT> 41<LI><FONT face="Courier New">//axdemo/simple/cowbell.dsp</FONT> 42<LI><FONT face="Courier New">//axdemo/simple/cymbal.dsp</FONT> 43<LI><FONT face="Courier New">//axdemo/simple/kick.dsp</FONT> 44<LI><FONT face="Courier New">//axdemo/simple/ride.dsp</FONT> 45<LI><FONT face="Courier New">//axdemo/simple/snare.dsp</FONT> 46<LI><FONT face="Courier New">//axdemo/simple/tom.dsp</FONT> 47</UL> 48<H2>Revision History</H2> 49<P>03/01/2006 Initial version.</P> 50</BODY> 51</HTML>