Table of Contents

drumbox

Simple single-pattern drum machine.

Synopsis

drumbox <PIMap>

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 <samples path>

where <samples path> is the location of the AIFF samples within the /remote folder.

Arguments

Associated Files

drumbox.c, drumbox.pimap, $samples

Location

examples/Audio/Drumbox