~hp/midi_matrix.lv2

An LV2 MIDI channel matrix patcher
Append Issues/Patches section to readme
882a1b89 — builds.sr.ht 2 months ago
Update ci to release-0.2.0
meson: copy c_args from nk_pugl

clone

read-only
https://git.open-music-kontrollers.ch/~hp/midi_matrix.lv2
read/write
git@git.open-music-kontrollers.ch:~hp/midi_matrix.lv2

You can also use your local clone with git send-email.

#Midi Matrix

#An LV2 MIDI channel matrix patcher

builds.sr.ht status

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

Through

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