#Midi Matrix
#An LV2 MIDI channel matrix patcher
Things that can be accomplished with this plugin:
- MIDI channel filtering (e.g. blocking of specific channels)
- MIDI channel multiplication (e.g. send events from channel X to channels X, Y and Z)
- MIDI channel rerouting (e.g send events from channel X to channel Y)
- And any possible combination thereof
#Packages
#Plugins
#Channel Filter
The Midi Matrix - Channel Filter is a 3-in-1 filter plugin with a simple UI enabling you to easily accomplish:
- MIDI channel filtering (e.g. blocking of specific channels)
- MIDI channel multiplication (e.g. send events from channel X to channels X, Y and Z)
- MIDI channel rerouting (e.g send events from channel X to channel Y)
- And any possible combination thereof
#Dependencies
- LV2 (LV2 Plugin Specification)
#Build / install
git clone https://git.open-music-kontrollers.ch/~hp/midi_matrix.lv2.git
cd midi_matrix.lv2
meson build
cd build
ninja -j4
sudo ninja install
#Issues/Patches
Please report issues to https://todo.open-music-kontrollers.ch/~hp/issues
Please submit patches to https://lists.open-music-kontrollers.ch/~hp/patches