root/manifest.ttl

Revision b22a23babe2588932cbe21cc2932456820a10345, 388 bytes (checked in by Nedko Arnaudov <nedko@…>, 14 months ago)

Bump major version (in the uris and in the tarball)

FIL-plugins-0.3.0 are incompatible with FIL-plugins-0.1.0 because same parameters are causing different EQ curve

  • Property mode set to 100644
Line 
1@prefix lv2:  <http://lv2plug.in/ns/lv2core#>.
2@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
3
4<http://nedko.aranaudov.org/soft/filter/2/mono>
5  a lv2:Plugin;
6  a lv2:FilterPlugin;
7  lv2:binary <filter.so>;
8  rdfs:seeAlso <filter.ttl>.
9
10<http://nedko.aranaudov.org/soft/filter/2/stereo>
11  a lv2:Plugin;
12  a lv2:FilterPlugin;
13  lv2:binary <filter.so>;
14  rdfs:seeAlso <filter.ttl>.
Note: See TracBrowser for help on using the browser.