This instructable will show you how to make a simple sequencer that plays a little melody. You can hear how it sounds here:
Step 1: Parts
Don't worry if you don't have the exact values. It will probably work, but might be with lower sound quality. The Arduino is not powerful enough to drive a pair of headphones so you will need some kind of preamp for that - e.g. a headphone preamp like this one.
Step 2: Add the components to your breadboard
Step 3: Connect to the Arduino board
Step 4: Connect to the speakers
Step 5: Upload code
Congratulations - you are ready to go!













































Visit Our Store »
Go Pro Today »




However, I found a bit difficult to understand how External Midi works in this code and with this hardware layout.
It would be great to know where is supposed to come in the MIDI IN signal.
Could you possibly link to any MIDI interface compatible with your design?
Thanks in advance for any further information or links to better understanding the MIDI interfacing.
I have two questions:
I've tested it and it sounds better (and louder) without caps and resistors, wiring ardu pin to jack directly. What have I done wrong?
And, please, can you post a more hackable code? Sound is awesome but I can't imagine how to do things, p.e. read some buttons for change pitch.
BPM: Your video demo song is slower than my attempt, Where can I change BPM?
Thank you very much.
Being completely honest, I never coded in the "arduino" language and it's frightening me.
http://arduino.cc/en/Guide/HomePage
http://www.youtube.com/watch?v=4HqXAmV_Ock
http://www.ladyada.net/learn/arduino/lesson1.html
Let me know if you succeed.
1. On windows you have to install the proper drivers (sometimes also on mac).
2. Remember to select the right serial port in the gui.
3. Remember to select the right board in the gui.