https://github.com/aleh/midimonkey
Listens to MIDI messages on one pin and triggers drums on the others
https://github.com/aleh/midimonkey
attiny85 drums midi
Last synced: 22 days ago
JSON representation
Listens to MIDI messages on one pin and triggers drums on the others
- Host: GitHub
- URL: https://github.com/aleh/midimonkey
- Owner: aleh
- License: mit
- Created: 2018-05-01T17:46:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T18:16:25.000Z (about 7 years ago)
- Last Synced: 2025-04-19T18:33:30.138Z (about 1 month ago)
- Topics: attiny85, drums, midi
- Language: C++
- Homepage:
- Size: 88.9 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIDIMonkey
Listens to MIDI messages on one pin and triggers drums on the other pins (4 or 5 pins for ATtiny85).
I needed this when making analogue drums loosely following [this schematics from Delptronics](http://mickeydelp.com/blog/anatomy-of-a-drum-machine). I did not want to make a hardware sequencer, so opted to making a simple MIDI input instead.
The code is for ATtiny85, but should work on any Arduino. (For ATtiny85 you can use "Digispark (8mhz - no USB)" board in the Arduino IDE.)
## Schematics
This one is for ATtiny85 but should be easy to apply to any Arduino.

---