A simple graphical JACK patchbay that tries to unite the best of both worlds:
- Fast patching and uncluttered port representation of a matrix patchbay
- Excellent representation of signal flow of a flow canvas patchbay
It additionally features tightly embedded graphical mixer clients automatable with JACK MIDI/OSC.
For GNU/Linux (64-bit, 32-bit, armv7, arm64).
To install the program on your system, simply copy the platform folder out of the patchmatrix top folder of the downloaded package into your /usr oder /usr/local path.
- Middle button + move: move canvas
- Right button: open context menu
- Left button + Ctrl + move: move client
- Left button: connect clients w/o connecting ports within
- Left button + Ctrl: connect clients and ports automagically
- Left button + move: change gain coarse
- Wheel: change gain coarse
- Left button + Shift + move: change gain fine
- Wheel + Shift: change gain fine
- Right button + Ctrl: remove
- Rigth button: remove
- Left button: toggle port connection
- Left button + Ctrl + move: move matrix
- Wheel: toggle port connection
- Right button: remove and disconnect all ports
PatchMatrix mixer clients (AUDIO + MIDI) each have an additional JACK MIDI automation port through which users can automate mixer matrix gains sample-accurately.
Currently, users have to send multiple MIDI messages for a single gain change in a stateful transactional manner.
- NRPN-LSB: set index of sink port column (optional)
- NRPN-MSB: set index of source port row (optional)
- DATA-LSB: set lower 7 bits of gain (optional)
- DATA-MSB: set higher 7 bits of gain (mandatory)
DATA-MSB finalizes one transaction and sets gain to new value for currently set sink/source port indexes.
PatchMatrix mixer clients (AUDIO + MIDI) additionaly support JACK OSC automation through which users can automate mixer matrix gains sample-accurately.
/patchmatrix/mixer iif (source index) (sink index) (gain in mBFS [-3600,3600])
- JACK (JACK audio connection kit)
- LV2 (LV2 Plugin Specification)
git clone https://git.open-music-kontrollers.ch/lad/patchmatrix
cd patchmatrix
meson build
cd build
ninja -j4
sudo ninja install
Copyright (c) 2016-2021 Hanspeter Portner (dev@open-music-kontrollers.ch)
This is free software: you can redistribute it and/or modify it under the terms of the Artistic License 2.0 as published by The Perl Foundation.
This source is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Artistic License 2.0 for more details.
You should have received a copy of the Artistic License 2.0 along the source as a COPYING file. If not, obtain it from http://www.perlfoundation.org/artistic_license_2_0.