From 2214b8f45e7616ad0e7be44776c32497e5c7f8e7 Mon Sep 17 00:00:00 2001
From: David Robillard
Date: Sun, 29 Jul 2012 21:47:02 +0000
Subject: Use consistent label style.
---
lv2/lv2plug.in/ns/ext/presets/manifest.ttl | 2 +-
lv2/lv2plug.in/ns/ext/presets/presets.ttl | 13 +++++++++++--
2 files changed, 12 insertions(+), 3 deletions(-)
(limited to 'lv2/lv2plug.in/ns/ext/presets')
diff --git a/lv2/lv2plug.in/ns/ext/presets/manifest.ttl b/lv2/lv2plug.in/ns/ext/presets/manifest.ttl
index b126f9d..447f724 100644
--- a/lv2/lv2plug.in/ns/ext/presets/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/presets/manifest.ttl
@@ -4,6 +4,6 @@
a lv2:Specification ;
lv2:minorVersion 2 ;
- lv2:microVersion 6 ;
+ lv2:microVersion 7 ;
rdfs:seeAlso .
diff --git a/lv2/lv2plug.in/ns/ext/presets/presets.ttl b/lv2/lv2plug.in/ns/ext/presets/presets.ttl
index eca0c3e..a9a8324 100644
--- a/lv2/lv2plug.in/ns/ext/presets/presets.ttl
+++ b/lv2/lv2plug.in/ns/ext/presets/presets.ttl
@@ -17,6 +17,15 @@
doap:created "2009-00-00" ;
doap:developer ;
doap:release [
+ doap:revision "2.7" ;
+ doap:created "2012-07-29" ;
+ dcs:blame ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Use consistent label style."
+ ]
+ ]
+ ] , [
doap:revision "2.6" ;
doap:created "2012-04-17" ;
doap:file-release ;
@@ -111,7 +120,7 @@ Preset MUST have at least a lv2:symbol property and a pset:value property.
pset:value
a rdf:Property ;
rdfs:domain lv2:Port ;
- rdfs:label "Has value" ;
+ rdfs:label "value" ;
rdfs:comment """
Specifies the value of a Port on some Preset. This property is used
in a similar way to e.g. lv2:default.
@@ -121,7 +130,7 @@ pset:preset
a rdf:Property ;
rdfs:domain lv2:PluginBase ;
rdfs:range pset:Preset ;
- rdfs:label "Preset" ;
+ rdfs:label "preset" ;
lv2:documentation """
Specifies the preset currently applied to a plugin instance. This property
may be useful for saving state, or notifying a plugin instance at run-time
--
cgit v1.2.1