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

Raspberry Pi Pico Multi MIDI Router – Part 2

One thing I've wanted to do since building my Raspberry Pi Pico Multi MIDI Router is build a board a bit like ones DeftAudio produces for the Teensy.  This posts describes a DIY version of a 4+2 IN, 4+2 OUT MIDI board for the Raspberry Pi Pico. Warning! I strongly recommend using old or second hand … Continue reading Raspberry Pi Pico Multi MIDI Router – Part 2

Arduino USB MIDI Merge

This project uses two off-the-shelf Arduino shields to provide a USB and Serial MIDI merge to a single Serial MIDI OUT. https://youtu.be/AB49UNDIrcM 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 main concepts … Continue reading Arduino USB MIDI Merge