No description
- Rust 100%
|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
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.