Quarterly releases 2022-2
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.
Packages
Dependencies
ChangeLog
[0.16.2] - 15 Apr 2022
Fixed
- reuse compliance
- unit test failures
License
Check whether a given LV2 plugin is up to the specification
Kindly find more details, the source (and binaries) at:
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.
Packages
ChangeLog
[0.18.2] - 15 Apr 2022
Fixed
- reuse compliance
- do not treat warnings as errorsa
- unit test failures
License
a Just-in-Time FAUST compiler embedded in an LV2 plugin
Kindly find more details, the source (and binaries) at: