Arduino “Make Your Uno” Synth – 1 – Simple Tones

Having now built my synth board, I'm going to start to talk about some of the projects that I can do with it. The full index of projects and my personal build notes can be found here: Arduino “Make Your Uno” Synth. This post contains the following experiments: Controlling the frequency of a tone with a … Continue reading Arduino “Make Your Uno” Synth – 1 – Simple Tones

Arduino Multi-pot Mozzi FM Synthesis – Revisited

I've been watching how people have been getting on with the Arduino "Make Your Uno" kit in which you build up your own Arduino Uno and a five-pot synth shield.  I've love to get one, but I really can't justify the cost as I don't need the soldering practice (well, I might, but not on … Continue reading Arduino Multi-pot Mozzi FM Synthesis – Revisited

CircuitPython USB to Serial MIDI Router

I've indirectly used USB and Serial MIDI with CircuitPython a few times now, but haven't explicitly shown how to use it as a simple USB (device) to serial MIDI converter.  This project shows how to do that.  Any CircuitPython device should be usable like this, but I've used this as an excuse to do something … Continue reading CircuitPython USB to Serial MIDI Router

Arduino Serial MIDI Program and Control Messenger

I believe I have all the components of both sending and receiving MIDI Program and Control messages over the full range of serial interfaces from previous projects, but I'm not sure I've ever written it down in those terms.  So this project aims to put that right! Warning! I strongly recommend using old or second … Continue reading Arduino Serial MIDI Program and Control Messenger