Router
an atom/audio/CV router LV2 plugin bundle
Build status
Binaries
For GNU/Linux (64-bit, 32-bit, armv7, arm64).
To install the plugin bundle on your system, simply copy the router.lv2 folder out of the platform folder of the downloaded package into your LV2 path.
Unstable (nightly) release
Sources
Git repository
Bugs and feature requests
Plugins
Atom bouncer
Lets you bounce atom events in an 8-to-1 port configuration.
Atom deflector
Lets you deflect atom events in a 1-to-1 port configuration.
Atom sprinkler
Lets you sprinkle atom events in a 1-to-8 port configuration.
Audio bouncer
Lets you bounce audio samples in an 8-to-1 port configuration.
Audio deflector
Lets you deflect audio samples in a 1-to-1 port configuration.
Audio sprinkler
Lets you sprinkle audio samples in a 1-to-8 port configuration.
Audio bouncer stereo
Lets you bounce audio samples in an 8-to-1 stereo port configuration.
Audio deflector stereo
Lets you deflect audio samples in a 1-to-1 stereo port configuration.
Audio sprinkler stereo
Lets you sprinkle audio samples in a 1-to-8 stereo port configuration.
CV bouncer
Lets you bounce control voltage samples in an 8-to-1 port configuration.
CV deflector
Lets you deflect control voltage samples in a 1-to-1 port configuration.
CV sprinkler
Lets you sprinkle control voltage samples in a 1-to-8 port configuration.
Dependencies
- LV2 (LV2 Plugin Standard)
Build / install
git clone https://git.open-music-kontrollers.ch/lv2/router.lv2
cd router.lv2
meson build
cd build
ninja -j4
sudo ninja install
License
Copyright (c) 2017 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.