From f2619d90d01fe1a2a9888a6fdf533488645aa7e4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Nov 2014 07:06:20 +0000 Subject: Relax domain of lv2:minimum lv2:maximum and lv2:default so they can be used to describe properties/parameters as well. --- lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl | 9 +++++++++ lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 3 --- lv2/lv2plug.in/ns/lv2core/manifest.ttl | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) (limited to 'lv2/lv2plug.in/ns/lv2core') diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl index d0eb565..b9462c5 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl @@ -16,6 +16,15 @@ ; doap:maintainer ; doap:release [ + doap:revision "12.3" ; + doap:created "2014-11-01" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Relax domain of lv2:minimum lv2:maximum and lv2:default so they can be used to describe properties/parameters as well." + ] + ] + ] , [ doap:revision "12.2" ; doap:created "2014-08-08" ; doap:file-release ; diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index b48b4ca..d37892d 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -621,7 +621,6 @@ lv2:default a rdf:Property , owl:DatatypeProperty , owl:FunctionalProperty ; - rdfs:domain lv2:Port ; rdfs:label "default" ; rdfs:comment """ The default value that the host SHOULD set this port to when there is no @@ -632,7 +631,6 @@ lv2:minimum a rdf:Property , owl:DatatypeProperty , owl:FunctionalProperty ; - rdfs:domain lv2:Port ; rdfs:label "minimum" ; lv2:documentation """

A hint to the host for the minimum useful value that the port will use. This @@ -644,7 +642,6 @@ lv2:maximum a rdf:Property , owl:DatatypeProperty , owl:FunctionalProperty ; - rdfs:domain lv2:Port ; rdfs:label "maximum" ; lv2:documentation """

A hint to the host for the maximum useful value that the port will use. diff --git a/lv2/lv2plug.in/ns/lv2core/manifest.ttl b/lv2/lv2plug.in/ns/lv2core/manifest.ttl index af52a2f..c709881 100644 --- a/lv2/lv2plug.in/ns/lv2core/manifest.ttl +++ b/lv2/lv2plug.in/ns/lv2core/manifest.ttl @@ -5,5 +5,5 @@ a lv2:Specification ; lv2:minorVersion 12 ; - lv2:microVersion 2 ; + lv2:microVersion 3 ; rdfs:seeAlso . -- cgit v1.2.1