aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-04 23:29:15 -0400
committerDavid Robillard <d@drobilla.net>2022-08-04 23:29:15 -0400
commit5f35f845874911384eeaf8498d4e0120a95392dd (patch)
tree1d34adab69ca3ba241d292a274d3bda564404ba7 /lv2
parente4996396487babb5007c43f42d2b68eb50f08fec (diff)
downloadlv2-5f35f845874911384eeaf8498d4e0120a95392dd.tar.xz
Fix inconsistent plugin class labels
Diffstat (limited to 'lv2')
-rw-r--r--lv2/core.lv2/lv2core.meta.ttl9
-rw-r--r--lv2/core.lv2/lv2core.ttl6
-rw-r--r--lv2/core.lv2/manifest.ttl2
3 files changed, 13 insertions, 4 deletions
diff --git a/lv2/core.lv2/lv2core.meta.ttl b/lv2/core.lv2/lv2core.meta.ttl
index 9faea9d..e9ed39c 100644
--- a/lv2/core.lv2/lv2core.meta.ttl
+++ b/lv2/core.lv2/lv2core.meta.ttl
@@ -16,6 +16,15 @@
<http://drobilla.net/drobilla#me> ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
doap:release [
+ doap:revision "18.5" ;
+ doap:created "2022-08-04" ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Fix inconsistent plugin class labels."
+ ]
+ ]
+ ] , [
doap:revision "18.4" ;
doap:created "2022-05-26" ;
doap:file-release <http://lv2plug.in/spec/lv2-1.18.4.tar.bz2> ;
diff --git a/lv2/core.lv2/lv2core.ttl b/lv2/core.lv2/lv2core.ttl
index f78865b..7722cac 100644
--- a/lv2/core.lv2/lv2core.ttl
+++ b/lv2/core.lv2/lv2core.ttl
@@ -535,21 +535,21 @@ lv2:CombPlugin
a rdfs:Class ,
owl:Class ;
rdfs:subClassOf lv2:FilterPlugin ;
- rdfs:label "Comb FilterPlugin" ;
+ rdfs:label "Comb Filter Plugin" ;
rdfs:comment "A filter that adds a delayed version of its input to itself." .
lv2:AllpassPlugin
a rdfs:Class ,
owl:Class ;
rdfs:subClassOf lv2:FilterPlugin ;
- rdfs:label "Allpass Plugin" ;
+ rdfs:label "Allpass Filter Plugin" ;
rdfs:comment "A filter that changes the phase relationship between frequency components." .
lv2:EQPlugin
a rdfs:Class ,
owl:Class ;
rdfs:subClassOf lv2:FilterPlugin ;
- rdfs:label "Equaliser Plugin" ;
+ rdfs:label "EQ Plugin" ;
rdfs:comment "A plugin that adjusts the balance between frequency components." .
lv2:ParaEQPlugin
diff --git a/lv2/core.lv2/manifest.ttl b/lv2/core.lv2/manifest.ttl
index 6e61dde..26c10b6 100644
--- a/lv2/core.lv2/manifest.ttl
+++ b/lv2/core.lv2/manifest.ttl
@@ -5,7 +5,7 @@
<http://lv2plug.in/ns/lv2core>
a lv2:Specification ;
lv2:minorVersion 18 ;
- lv2:microVersion 4 ;
+ lv2:microVersion 5 ;
rdfs:seeAlso <lv2core.ttl> .
<http://lv2plug.in/ns/lv2>