A robotic drum player by Crear - Arte y Tecnología
- An arduino UNO.
- A motor shield.
- Some electromechanical actuators, like the ones used for car locks.
- An external power source.
- Be sure to remove the power jumper on the motor shield before connecting the external source.
We use Ino, so running
ino build
ino upload
should work.
If you want to build using the Arduino IDE copy the sketch found under /src and add the libraries on /lib.
- Adafruit Motor Shield
- Arduino MIDI Library by Francois Best.
This devices listens on all channels and maps (for now) notes 57 59 60 and 62 to the four actuators.
- Proper handling of repeated notes and velocity.
- Dynamic map of notes to channels.