Pass MIDI data between inputs/outputs and apply filters.
MIDI patchbay lets you hook up your various pieces of MIDI software and hardware and pass MIDI data between them, applying assorted filters on the way. Things like key splits, MIDI channel remapping, transposition, etc. are simple.
MIDI patchbay lets you hook up your various pieces of MIDI software and hardware and pass MIDI data between them, applying assorted filters on the way. Things like key splits, MIDI channel remapping, transposition, etc. are simple.
To install midi_patchbay, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install midi_patchbay
To see what files were installed by midi_patchbay, run:
port contents midi_patchbay
To later upgrade midi_patchbay, run:
sudo port selfupdate && sudo port upgrade midi_patchbay
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.