axsimple
Description
This program demonstrates minimal AX usage. The demo plays arbitrary ADPCM samples created using DSPADPCM.exe, and parses the 96-byte header.
Coverage
- AX initialization and setup.
- AX voice acquisition and runtime manipulation for multiple voices.
Operation Method
| Plays a drum sample. |
All Buttons besides START. |
| Stops all voices from playing. |
START |
This program does not display any video.
Required Data Files
- //axdemo/simple/bongo1.dsp
- //axdemo/simple/bongo2.dsp
- //axdemo/simple/bongo3.dsp
- //axdemo/simple/bongo4.dsp
- //axdemo/simple/cowbell.dsp
- //axdemo/simple/cymbal.dsp
- //axdemo/simple/kick.dsp
- //axdemo/simple/ride.dsp
- //axdemo/simple/snare.dsp
- //axdemo/simple/tom.dsp
Revision History
03/01/2006 Initial version.