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
Build status
Binaries
For GNU/Linux (64-bit, 32-bit, armv7, arm64).
To install the plugin bundle on your system, simply copy the midi_matrix.lv2 folder out of the platform folder of the downloaded package into your LV2 path.
Stable release
Unstable (nightly) release
Sources
Stable release
Git repository
Packages
Bugs and feature requests
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/lv2/midi_matrix.lv2.git
cd midi_matrix.lv2
meson build
cd build
ninja -j4
sudo ninja install
License
Copyright (c) 2015-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.