aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/presets
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-29 21:47:02 +0000
committerDavid Robillard <d@drobilla.net>2012-07-29 21:47:02 +0000
commit2214b8f45e7616ad0e7be44776c32497e5c7f8e7 (patch)
tree9017c0dd2484004492c42c6c31ad49c8d6123e5a /lv2/lv2plug.in/ns/ext/presets
parent16fee15846a01a71094f5cc159f1dbe695606a26 (diff)
downloadlv2-2214b8f45e7616ad0e7be44776c32497e5c7f8e7.tar.xz
Use consistent label style.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/presets')
-rw-r--r--lv2/lv2plug.in/ns/ext/presets/manifest.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/presets/presets.ttl13
2 files changed, 12 insertions, 3 deletions
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 @@
<http://lv2plug.in/ns/ext/presets>
a lv2:Specification ;
lv2:minorVersion 2 ;
- lv2:microVersion 6 ;
+ lv2:microVersion 7 ;
rdfs:seeAlso <presets.ttl> .
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 <http://drobilla.net/drobilla#me> ;
doap:release [
+ doap:revision "2.7" ;
+ doap:created "2012-07-29" ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Use consistent label style."
+ ]
+ ]
+ ] , [
doap:revision "2.6" ;
doap:created "2012-04-17" ;
doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
@@ -111,7 +120,7 @@ Preset MUST have at least a lv2:symbol property and a pset:value property.</p>
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 """
<p>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