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<UL type="DISC"> 18<LI>AX initialization and setup. 19<LI>AX voice acquisition and runtime manipulation for multiple voices. 20</UL> 21 22<H2>Using the Demo</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><CODE>//axdemo/simple/bongo1.dsp</CODE> 38 <LI><CODE>//axdemo/simple/bongo2.dsp</CODE> 39 <LI><CODE>//axdemo/simple/bongo3.dsp</CODE> 40 <LI><CODE>//axdemo/simple/bongo4.dsp</CODE> 41 <LI><CODE>//axdemo/simple/cowbell.dsp</CODE> 42 <LI><CODE>//axdemo/simple/cymbal.dsp</CODE> 43 <LI><CODE>//axdemo/simple/kick.dsp</CODE> 44 <LI><CODE>//axdemo/simple/ride.dsp</CODE> 45 <LI><CODE>//axdemo/simple/snare.dsp</CODE> 46 <LI><CODE>//axdemo/simple/tom.dsp</CODE> 47</UL> 48 49<H2>Revision History</H2> 50<P> 512006/03/01 Initial version.<BR> 52</P> 53 54<hr><p>CONFIDENTIAL</p></body> 55</HTML>