diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | fomp.lv2/cs_phaser1.ttl | 2 | ||||
-rw-r--r-- | fomp.lv2/cs_phaser1_lfo.ttl | 1 | ||||
-rw-r--r-- | fomp.lv2/manifest.ttl.in | 10 |
4 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,9 @@ +fomp (1.0.1) unstable; + + * Fix phaser plugin data and list phasers in manifest + + -- David Robillard <d@drobilla.net> Thu, 20 Dec 2012 02:01:30 -0500 + fomp (1.0.0) stable; * Initial release diff --git a/fomp.lv2/cs_phaser1.ttl b/fomp.lv2/cs_phaser1.ttl index f0bcf17..53358da 100644 --- a/fomp.lv2/cs_phaser1.ttl +++ b/fomp.lv2/cs_phaser1.ttl @@ -4,7 +4,7 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix units: <http://lv2plug.in/ns/extensions/units#> . -fomp:phaser1 +fomp:cs_phaser1 a lv2:Plugin , lv2:PhaserPlugin ; doap:name "CS Phaser 1" ; diff --git a/fomp.lv2/cs_phaser1_lfo.ttl b/fomp.lv2/cs_phaser1_lfo.ttl index afc1452..74cba4d 100644 --- a/fomp.lv2/cs_phaser1_lfo.ttl +++ b/fomp.lv2/cs_phaser1_lfo.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix fomp: <http://drobilla.net/plugins/fomp/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix units: <http://lv2plug.in/ns/extensions/units#> . diff --git a/fomp.lv2/manifest.ttl.in b/fomp.lv2/manifest.ttl.in index 0799cc9..191a5a3 100644 --- a/fomp.lv2/manifest.ttl.in +++ b/fomp.lv2/manifest.ttl.in @@ -59,6 +59,16 @@ fomp:cs_chorus2 rdfs:seeAlso <cs_chorus2.ttl> ; lv2:binary <cs_chorus@LIB_EXT@> . +fomp:cs_phaser1 + a lv2:Plugin ; + rdfs:seeAlso <cs_phaser1.ttl> ; + lv2:binary <cs_phaser@LIB_EXT@> . + +fomp:cs_phaser1_lfo + a lv2:Plugin ; + rdfs:seeAlso <cs_phaser1_lfo.ttl> ; + lv2:binary <cs_phaser@LIB_EXT@> . + fomp:triple_chorus a lv2:Plugin ; rdfs:seeAlso <triple_chorus.ttl> ; |