An open API service indexing awesome lists of open source software.

https://github.com/linuxmao-org/vcf-lv2

VCF plugins by Matthias Nagorni ported to the LV2 specification
https://github.com/linuxmao-org/vcf-lv2

linux-audio lv2 lv2-plugin lv2-plugins

Last synced: 5 months ago
JSON representation

VCF plugins by Matthias Nagorni ported to the LV2 specification

Awesome Lists containing this project

README

        

This is a port to LV2 of Matthias Nagorni's [VCF LADSPA plugins](http://www.suse.de/~mana/ladspa.html),
written by James Morris ().

_(Note from Olivier Humbert on the 23 december 2018)_
James has removed these LV2 plugins from [his web page](http://www.jwm-art.net/) a while ago. I was looking for them and send a email to him, and James has been nice enough to send them back to me. I've asked him if he would agree if I put them back online, which he agreed. Here we are, they're back on the web for anyone who would have an interest in them. Thank you James!
_(End of the note)_

Install
-------

To build:

`make`

To install for all users, system wide:

`sudo make install-system`

To install for just your user:

`make install-user`

NOTES
-----

This is a beta release of the LV2 VCF plugins, and as such is subject to change in future. The LV2 URI for each plugin is not yet stable - depending on how much interest in this comes from the original developer, the URI may change completely. It is suggested that before installing a future version, you therefore un-install this version.

Some of the filters work differently in [Ardour](https://github.com/ardour/ardour) than in [ingen](https://drobilla.net/software/ingen). I don't yet know if this is my fault or not... They seem to work correctly in the latter two hosts (I think).