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
- Host: GitHub
- URL: https://github.com/linuxmao-org/vcf-lv2
- Owner: linuxmao-org
- License: gpl-2.0
- Created: 2018-12-23T00:30:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T10:13:52.000Z (over 5 years ago)
- Last Synced: 2024-11-13T19:36:56.315Z (7 months ago)
- Topics: linux-audio, lv2, lv2-plugin, lv2-plugins
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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).