From 5f35f845874911384eeaf8498d4e0120a95392dd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 Aug 2022 23:29:15 -0400 Subject: Fix inconsistent plugin class labels --- lv2/core.lv2/lv2core.meta.ttl | 9 +++++++++ lv2/core.lv2/lv2core.ttl | 6 +++--- lv2/core.lv2/manifest.ttl | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) (limited to 'lv2/core.lv2') 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 @@ ; doap:maintainer ; doap:release [ + doap:revision "18.5" ; + doap:created "2022-08-04" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix inconsistent plugin class labels." + ] + ] + ] , [ doap:revision "18.4" ; doap:created "2022-05-26" ; doap:file-release ; 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 @@ a lv2:Specification ; lv2:minorVersion 18 ; - lv2:microVersion 4 ; + lv2:microVersion 5 ; rdfs:seeAlso . -- cgit v1.2.1