Arduino-based drum machine and master keyboard, with MIDI support and sound synthesis.
Developed as part of my Italian technical high school (Istituto Tecnico Industriale Statale) final project.
Entry on official Arduino Forum
- Print the PCBs (a breadboard will do too)
- Upload the code
- Assemble everything
- Play!
TODO: Write usage instructions
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
- 19/02 menu handling
- 20/02 bugfix
- 26/02 settings configuration
- 03/03 object-oriented twist: begin migration
- 17/03 migration complete
- 18/03 new libraries: settings, synthesis e pads
- 19/03 multiplexer handling
- 23/03 waveform generation algorithm
Code released under the terms of GPL v3 or higher.
Other documentation licensed under Creative Commons (BY-NC-ND v3).