Arduino I2C MIDI Interface – Part 3

This project builds on part 2 and takes the generic I2C MIDI interface and turns an Arduino into an I2C MIDI to serial MIDI relay. Note, in part 4, I show how one I2C MIDI controller can send to two I2C MIDI peripherals. https://youtu.be/ppDWNh1-FkY Warning! I strongly recommend using old or second hand equipment for … Continue reading Arduino I2C MIDI Interface – Part 3

Arduino I2C MIDI Interface – Part 2

Following on from my Arduino I2C MIDI Interface, this project looks at what is required to get "raw I2C MIDI" working between two Arduinos. In part 1, I used a I2C/IIC to serial module to develop an I2C MIDI interface. In this part, I've developed a "raw" I2C to MIDI transport layer. In part 3, I … Continue reading Arduino I2C MIDI Interface – Part 2

MIDI IN for the Raspberry Pi Pico

I was in need of another MIDI IN device, so I thought it would be useful to have another "pack" style interface that supported MIDI IN for new MIDI monitoring type projects. You can see all the other DIY options for Pico MIDI interfaces here: DIY MIDI Interfaces. Warning! I strongly recommend using old or second … Continue reading MIDI IN for the Raspberry Pi Pico

Raspberry Pi v1 Model B Synth Board

If you've been following along, you'll know I've been playing around with an original Raspberry Pi v1 model B as the engine for some digital sound synthesis.  This is a slight project tangent to build an analog IO and MIDI add-on board.  Note that this does not conform to any standard for Raspberry Pi add-ons … Continue reading Raspberry Pi v1 Model B Synth Board

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