
pico-mc-display-bridge
pico-mc-display-bridge Use 2 Raspberry Pi Pico boards to add per channel and global display to any Mackie Control compatible MIDI controller. Also adds MIDI stream processing. You insert this proje...

pico-mc-display-bridge Use 2 Raspberry Pi Pico boards to add per channel and global display to any Mackie Control compatible MIDI controller. Also adds MIDI stream processing. You insert this proje...
EZ_USB_MIDI_HOST Add the Arduino MIDI Library API to the usb_midi_host TinyUSB MIDI Host driver. This library has a pending pull request to integrate it with the native Adafruit_TinyUSB_Arduino US...

midi-multistream2usbdev 2-in, 6-out 5 pin DIN MIDI to USB MIDI converter for the Raspberry Pi Pico

midi2usbhub Use a Raspberry Pi Pico to interconnect MIDI devices via a USB hub or old school MIDI. This program uses a command line interpreter to let you route MIDI among any USB connected device...
pico-w-ble-midi-lib This library contains a GATT server and a GATT client for the BLE-MIDI service, MIDI 1.0 packet encoder and decoder. Projects that use this library must also link ring_buffer_lib
pico-usb-midi-filter This project allows you to modify the MIDI data stream between a USB MIDI device and a USB Host. It is a fixed function version of pico-usb-midi-processor with no UI. As of Jan...
pico-usb-host-msc-demo A CLI-driven demo of a Raspberry Pi Pico operating as a USB Mass Storage Class Host. Supports up to 4 flash drives.
usb_midi_dev_ac_optional A TinyUSB application USB MIDI Device driver that permits no AUDIO CONTROL in the descriptor. This is a specialized driver for TinyUSB that enables mimicking a USB MIDI de...

pico-usb-midi-processor Use a Raspberry Pi Pico board to process USB MIDI data between a USB MIDI Keyboard or other device and a PC or other USB MIDI Host. This project provides an OLED-based UI a...
ring_buffer_lib Ring buffer library targeted at the Raspberry Pi Pico SDK; IRQ and multi-core safe