This applies the same extension from the Arduino MIDI Multi MUX Controller to the Arduino MIDI Mux Step Sequencer showing how it could be expanded to support 32 potentiometers or more in a MIDI step sequencer. Warning! I strongly recommend using old or second hand equipment for your experiments. I am not responsible for any damage … Continue reading Arduino MIDI Multi MUX Step Sequencer
Category: Project Categories
Arduino MIDI Button Bank Select
Having tried this with a Raspberry Pi Pico (and had some odd issues with a RPi V4) I wanted to give it a go with an Arduino too. The basics have already been covered before, so this is relatively quick to set up. Warning! I strongly recommend using old or second hand equipment for your … Continue reading Arduino MIDI Button Bank Select
Arduino MIDI Multi MUX Controller
This project revisits my Arduino MIDI Mux Step Sequencer showing how it could be expanded to support 32 potentiometers or more in a MIDI controller. Warning! I strongly recommend using old or second hand equipment for your experiments. I am not responsible for any damage to expensive instruments! These are the key Arduino tutorials for the … Continue reading Arduino MIDI Multi MUX Controller
Pi Pico MIDI Button Controller
Having played with MiniDexed a little now, I really wanted something that could select the different banks of voices for me. This is how I've used a Raspberry Pi Pico as a set of "bank select" switches, but the switches could be used to send any MIDI change control messages. https://youtu.be/if0iKuHCkE4 Warning! I strongly recommend … Continue reading Pi Pico MIDI Button Controller
“Bare Metal” Raspberry Pi MiniDexed DX7 – Part 2
This is a continuation of my exploration of MiniDexed. In part 1 I built a basic breadboard version. In this part, I've built a DIY "MiniDexed HAT" for a 40-way GPIO Raspberry Pi. Update: There is also now a custom PCB too: MiniDexed Raspberry Pi IO Board. https://youtu.be/7gKDfDWLHzw Warning! I strongly recommend using old or second … Continue reading “Bare Metal” Raspberry Pi MiniDexed DX7 – Part 2
“Bare Metal” Raspberry Pi MiniDexed DX7
One project I've had my eye on for some time is Dexed: "Dexed is a multi platform, multi format plugin synth that is closely modeled on the Yamaha DX7". More specifically I noticed there was a version for the Teensy called microDexed that I really wanted to try; that it is also one of the synth … Continue reading “Bare Metal” Raspberry Pi MiniDexed DX7
Arduino MIDI Telephone Ringer – Part 3
The last thing I wanted to do with my (dual) telephone ringer, well, besides trying to find six more phones and get an octave's worth of ringing, was put my dual-ringer into a box. This shows how I managed that. In part 1 I talked about the basic hardware and approach. In part 2 I … Continue reading Arduino MIDI Telephone Ringer – Part 3
Arduino Nano MIDI IN “Shield”
This is "yet another" Arduino MIDI Interface, after all I don't think I've built one for a few months now... Actually I need this for another project, but thought it worth of writing up on its own first. A Nano "shield" type MIDI In might be useful elsewhere too! Warning! I strongly recommend using old … Continue reading Arduino Nano MIDI IN “Shield”
Raspberry Pi Pico Multi MIDI Router – Part 3
The obviously missing part of my Raspberry Pi Pico Multi MIDI Router is the use of USB MIDI. The Pico should support both USB host and device functionality, but I think you need to get into the C software development kit to do that properly, something I've not looked at yet. One of the easiest ways … Continue reading Raspberry Pi Pico Multi MIDI Router – Part 3
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