Skip to content

Instantly share code, notes, and snippets.

@underwoodblog
underwoodblog / pico-midi-merger.ino
Created June 21, 2026 07:57 — forked from LenweSaralonde/pico-midi-merger.ino
8-input MIDI merger for Raspberry Pi Pico
/*
* 8-port MIDI Merger for Raspberry Pi Pico
*/
#include <MIDI.h>
// Using UART0 TX for MIDI Out
// MIDI input GPIO pins numbers
#define GP_IN_1 2 // Physical pin 4