Arduino MIDI Mux Step Sequencer

If you keep using single IO ports of the Arduino for your controls you reach the limits pretty quickly.  In terms of analog IO that is six inputs for an Uno and eight for a Nano.  The solution is relatively straightforward however, use a multiplexer. This project inserts a 74HC4051 eight port multiplexer into the Arduino … Continue reading Arduino MIDI Mux Step Sequencer

Arduino MIDI Step Sequencer

This adds MIDI out capability to the Arduino Tone Step Sequencer.  Here it is driving a Roland MT-32 paired with the Arduino Light Mozzi Generator – Part 2. https://youtu.be/nOx_mO8V0uY Warning! I strongly recommend using an old or second hand keyboard for your MIDI experiments.  I am not responsible for any damage to expensive instruments! These are the key … Continue reading Arduino MIDI Step Sequencer

Arduino Light Mozzi Generator – Part 2

I've spent a fair bit of time playing with the Control_Echo_Theremin example and finally committed it to stripboard. I was originally aiming for a fully self-contained module, speaker and all, but after a day or so trying to find a simple amplifier that works well with a PWM output, I've put that on hold for … Continue reading Arduino Light Mozzi Generator – Part 2

JQ6500 MIDI MP3 Player Module – Part 2

Having played with my JQ6500 a little now, I just wanted to finish the project by building a shield to support the module's use with an Arduino Uno. Warning! I strongly recommend using an old or second hand keyboard for your MIDI experiments.  I am not responsible for any damage to expensive instruments! These are the … Continue reading JQ6500 MIDI MP3 Player Module – Part 2

JQ6500 MIDI MP3 Player Module

As I mentioned last time, I want to turn m JQ6500 into a MIDI-driven sample player.  This project describes how to do that. In part 2, I turn this into a simple shield. https://www.youtube.com/watch?v=_mvTisAVe5o&feature=youtu.be Warning! I strongly recommend using an old or second hand keyboard for your MIDI experiments.  I am not responsible for any damage … Continue reading JQ6500 MIDI MP3 Player Module