From d2b0dfdf40e258665d298689836a2791bc85aa5d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Apr 2015 00:02:47 -0400 Subject: Use lowercase for time property labels. --- lv2/lv2plug.in/ns/ext/atom/atom.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext') diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index 8d41f35..891cd1f 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -448,7 +448,7 @@ atom:frameTime owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:range xsd:decimal ; - rdfs:label "Frame time" ; + rdfs:label "frame time" ; lv2:documentation """

Time stamp in audio frames. Typically used for events.

""" . @@ -458,7 +458,7 @@ atom:beatTime owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:range xsd:decimal ; - rdfs:label "Beat time" ; + rdfs:label "beat time" ; lv2:documentation """

Time stamp in beats. Typically used for events.

""" . -- cgit v1.2.1