A small Digital Audio Workstation for the Gameboy Advance
- Metronome with BPM
- Tone-row generator
metronome.cpp
includes code I made for the Gameboy Advance which was originally a metronome. The code currently uses this metronome functionality to play through musical sequences, such as a generated tone-row matrix. The tone-row matrix can be generated using any given input string ("Hello, world!" in this case).
To build this project, you will need GNU make, the Gameboy Advance toolchain and the tonc library installed on your system. Installation instructions for the toolchain and tonc can be found here: https://www.coranac.com/tonc/text/setup.htm