====== drumbox ====== Simple single-pattern drum machine. ==== Synopsis ==== drumbox ==== Description ==== Loads and plays up to eight rhythm sounds in a repeating measure of sixteen beats. Use the D-pad and the A button to place or remove a sound from a specific point in the rhythm. To use this program, it is necessary to copy the AIFF Samples folder into the /remote folder so that this program can use them. You can then define the location of the AIFF samples to the debugger by setting an alias in the debugger: alias samples where is the location of the AIFF samples within the /remote folder. ==== Arguments ==== * **PIMap** Name of a PIMap file to use. A standard drumbox.pimap is provided, so try using drumbox.pimap as the argument to drumbox. ==== Associated Files ==== drumbox.c, drumbox.pimap, $samples ==== Location ==== examples/Audio/Drumbox