Quarterly releases 2020-1
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.4.0] - 13 Jan 2020
Added
- less pedantic packager mode
- quiet flag for command line output (drobilla)
- support for lv2:sampleRate (drobilla)
- support for getting the plugin license from the project (drobilla)
- support for xsd:* as rdfs:range
Fixed
- misleading messages about lv2:class (drobilla)
- incorrect URI names in error messages (drobilla)
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.6.0] - 15 Jan 2020
Deprecated
- external UI
Added
- native UI based on D2TK with embedded terminal emulator
- retrigger of gate signal over 1 sample at least at NoteOn
Fixed
- too short error buffer size
- handling of AllNotesOff and AllSoundsOff MIDI messages
- compilaton errors (FAUST 2.20.2)
- slot ordering of parameter slots (FAUST 2.20.2)
- lv2lint warnings
Removed
- build dependency on FAUST binary
Changed
- parameter labels in presets
License
Artistic-2.0
Kindly find more details, the source (and binaries) at:
https://open-music-kontrollers.ch/lv2/mephisto
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.2.0] - 15 Jan 2020
Initial release
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: