No description
Find a file
2026-07-24 09:59:40 +00:00
src 📝 documentation fist draft (#5) 2026-07-24 09:59:40 +00:00
.gitignore First commit 2026-05-21 11:27:17 +02:00
Cargo.lock new osc driver with configurable parameters (#3) 2026-07-24 07:11:26 +00:00
Cargo.toml new osc driver with configurable parameters (#3) 2026-07-24 07:11:26 +00:00
README.md 📝 documentation fist draft (#5) 2026-07-24 09:59:40 +00:00

MIDI Soundboard

This soundboard can listen to MIDI signals either from MIDI inputs, or from OSC messages. There is a maximum of 128 different sounds, and each sound is mapped to a MIDI note.

How to run

cargo run -r

Modular architecture

The SoundGrid structure is totaly independent from the GUI, this allows us to later simply put it in its own crate and maybe create other UIs for it. Maybe a TUI, or even a daemon commanded with a CLI tool.