I’m happy to share with the first version of my MIDI sequencer / looper.
It’s a 4 channels monophonic MIDI sequencer / looper, with up to 128 steps, made with an Arduino Nano. And I use it a lot for building music from scratch.
I did a small video about it, how it works … etc …
I’m working on a second version now, with an OLED display, a SD card reader for saving/loading sequences … and without pull-down resistors (something I learned recently, thanks to the nice people from this incredible forum).
Awesome!! I already looked at your code some time ago, but it’s great to see a more ready version now! One question: can you sync it to another sequencer? If not, would it be hard to add that?
I recently found an unused enclosure box which I bought years ago, and I didn’t know what I should make with it, but now I do! . I have all the parts I need to build this, so I will start building it very soon.
I also took a look at your code which looked nice and clean
Looks fantastic. I will probably attempt to make something like this at some point when I have some synth voices working to play with and when I have bought a suitable midi controller that has MIDI out.
Wow, that’s very cool!
Did you use an Arduino Nano or a Mega?
I’m very curious cause I want to make an upgraded version of mine and I want to know if this LCD would fit with a Nano …
I have used an arduino nano but I think that for memory it is better to use a mega at least if it is possible to record sequences in the future.
I use outputs a4 and a5 for the lcd since they are the sda scl outputs of the lcd i2c. Of course I have put the switches in the digital connections and not in the analog ones as you put and in input-pull up mode to save resistors.
I do not use the potentiometer in the middle below at the moment, it is for a future connection.
I sent you a message from your website if you give me your email I send you the code, thanks again for your work.