diff options
-rw-r--r-- | lv2/core.lv2/lv2core.meta.ttl | 9 | ||||
-rw-r--r-- | lv2/core.lv2/lv2core.ttl | 6 | ||||
-rw-r--r-- | lv2/core.lv2/manifest.ttl | 2 |
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> |