Route midi messages between Midi devices on your system. Especially powerful when used in conjunction with a MIDI loopback device like LoopBe Internal MIDI or MidiYoke.
- Uses the Cursive terminal UI library with the pancurses backend.
- Logs all routed midi events to a local midi file
- Written in Rust. Uses multithreading to avoid lag from either the logging or the UI.
- Clone the repository and run
cargo build
in it's root.
- Check the releases section for the Windows executable.
- Tested on a linux distro. Users will have to build from source. Rust makes this almost trivial. Install the Rust toolchain, clone/download the repo and
cargo run
in it's root. - Not tested on MacOS, but it should build and run easily enough, in theory.