MidiSplitterJava
Takes MIDI input from one device, distributes messages across all 16 MIDI channels, and outputs the recreated messages to another MIDI device.
Installation
- Download the latest release in either .zip or .tar.gz
- Extract
- Run
MidiSplitterJava.bat
if on Windows,./MidiSplitter
if on Linux, orjava -jar MidiSplitterJava.jar
on either if you want to add command line arguments
Development
Check out the latest release's Javadocs.
If you would like to use the MidiSplitter library as a dependency it is available through Maven here.
Copyright 2020 Noah Reeder, licensed under Apache-2.0