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

Raspberry Pi Pico I2C MIDI Interface – Part 4

For this final (for now) part of my experimenting with my Raspberry Pi Pico I2C MIDI Interface, I've set it up to talk to multiple Arduino's, each with a speaker to act as an I2C MIDI "tone module". In part 1, I tested the concept of a Pico I2C MIDI interface. In part 2, I … Continue reading Raspberry Pi Pico I2C MIDI Interface – Part 4

Raspberry Pi Pico I2C MIDI Interface – Part 3

Continuing my experiments with my Raspberry Pi Pico I2C MIDI Interface, one comment on Twitter asked about latency, so I thought I'd try to see if it was possible to measure how long it took for a complete round trip of a MIDI message from an Arduino through the Pico, back out over I2C to … Continue reading Raspberry Pi Pico I2C MIDI Interface – Part 3

Raspberry Pi Pico I2C MIDI Interface – Part 2

Following on from Raspberry Pi Pico I2C MIDI Interface this post looks at how to use the I2C MIDI layer with the Adafruit MIDI library for CircuitPython. 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 tutorials for … Continue reading Raspberry Pi Pico I2C MIDI Interface – Part 2

Pico Dual-core MIDI Visualisations

I started this project as I had just bought two new toys from The Pi-Hut: Waveshare RGB Full-colour 16x10 LED Matrix Panel Waveshare 4-Digit 8-Segment Display Module My initial thinking was to re-run the Pico Unicorn MIDI Visualiser and the Arduino MIDI 7 Segment Controller with these new devices and a Pico.  But whilst playing around, I … Continue reading Pico Dual-core MIDI Visualisations

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