Quarterly releases 2020-3
lv2lint
Check whether a given LV2 plugin is up to the specification
An LV2 lint-like tool that checks whether a given plugin and its UI(s) match up with the provided metadata and adhere to well-known best practices.
Run it as part of your continuous integration pipeline together with lv2/sord_validate to reduce the likelihood of shipping plugins with major flaws in order to prevent unsatisfied users.
Note: This is an early release, if you happen to find false-positive warnings when using this tool, please report back, so it can be fixed.
ChangeLog
[0.8.0] - 15 Jul 2020
Added
- support for whitelisting globally visible symbols
- support for whitelisting linked libraries
- support for whitelisting whole tests
- support for state:freePath feature
- check for urid:map when there is an atom:AtomPort
- check to discover borked LV2_PATH
- check for duplicate scale point labels/values in control port
- check for duplicate scale point values in parameters
- check for fork symbol reference
Changed
- minimal LV2 version to 1.18.0
Fixed
- various memleaks
License
Artistic-2.0
Kindly find more details, the source (and binaries) at:
https://open-music-kontrollers.ch/lv2/lv2lint
Mephisto
a Just-in-Time FAUST compiler embedded in an LV2 plugin
Write LV2 audio/cv instruments/filters directly in your host in FAUST DSP language without any need to restart/reload host or plugin upon code changes.
Use it for one-off instruments/filters, prototyping, experimenting or glueing stuff together.
Note: This will need a fairly recent libFAUST and/or bleeding edge GNU/Linux distribution.
Note: libFAUST 2.20.2 has a broken LLVM C-API and thus will be non-functional with this plugin.
ChangeLog
[0.12.0] - 15 Jul 2020
Added
- support for bargraphs
- preset for simple VU meter
- momentary button ui-widget
- support for ui:scaleFactor option
- support for GL double buffering
Changed
- all ui-widgets to show labels and correct value ranges
License
Artistic-2.0
Kindly find more details, the source (and binaries) at:
https://open-music-kontrollers.ch/lv2/mephisto
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
ChangeLog
[0.26.0] - 15 Jul 2020
Added
- support for GL double buffering
Removed
- superfluous kxstudio extension definitions from turtle manifests
License
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.
Kindly find more details, the source (and binaries) at:
https://open-music-kontrollers.ch/lv2/midi_matrix
Moony
Realtime Lua as programmable glue in LV2
Write LV2 control port and event filters in Lua. Use it for one-off fillters, prototyping, experimenting or glueing stuff together.
ChangeLog
[0.34.0] - 15 Jul 2020
Added
- embedded text browser for rapid manual lookups
- support for GL double buffering
Changed
- Lua version to 5.4.0
Removed
- superfluous kxstudio extension definitions from turtle manifests
- unneeded files
License
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.
Kindly find more details, the source (and binaries) at:
https://open-music-kontrollers.ch/lv2/moony
PatchMatrix
a JACK patchbay in flow matrix style
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.
ChangeLog
[0.20.0] - 15 Jul 2020
Added
- support for GL double buffering
Removed
- support dynamic scaling
Fixed
- crashes due to disabled X11 threads
License
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.
Kindly find more details, the source (and binaries) at:
https://open-music-kontrollers.ch/lad/patchmatrix
Shells Bells
A just-for-fun LV2 plugin bundle
The most limited, useless, hackable and fun plugin bundle ever. Sound the bell in the shell (or from any program forked from the latter) to send a MIDI note.
ChangeLog
[0.6.0] - 15 Jul 2020
Added
- forkpty wrapper which uses clone or vfork instead of fork
- support for GL double buffering
License
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.
Kindly find more details, the source (and binaries) at:
https://open-music-kontrollers.ch/lv2/shells_bells
Sherlock
An investigative LV2 plugin bundle
This plugin bundle contains plugins for visualizing LV2 atom, MIDI and OSC events.
Use them for monitoring and debugging of event signal flows inside plugin graphs.
ChangeLog
[0.24.0] - 15 Jul 2020
Added
- support for GL double buffering
License
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.
Kindly find more details, the source (and binaries) at:
https://open-music-kontrollers.ch/lv2/sherlock
VM
A programmable virtual machine LV2 plugin
This plugin bundle contains various plugins with a programmable stack-based virtual machine to modify up to 8 LV2 Control, CV, Audio, Atom and MIDI signals.
To be used when that specific simple filter plugin you desperately need does not yet exist.
ChangeLog
[0.10.0] - 15 Jul 2020
Added
- support for GL double buffering
License
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.
Kindly find more details, the source (and binaries) at: