From 6803758604ff6ccb0e5fce542a8db65551fbef96 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 May 2018 10:35:36 +0200 Subject: Clarify time:beat origin --- lv2/lv2plug.in/ns/ext/time/lv2-time.doap.ttl | 9 +++++++++ lv2/lv2plug.in/ns/ext/time/manifest.ttl | 2 +- lv2/lv2plug.in/ns/ext/time/time.ttl | 7 ++++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/lv2/lv2plug.in/ns/ext/time/lv2-time.doap.ttl b/lv2/lv2plug.in/ns/ext/time/lv2-time.doap.ttl index 89aef99..c380d46 100644 --- a/lv2/lv2plug.in/ns/ext/time/lv2-time.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/time/lv2-time.doap.ttl @@ -10,6 +10,15 @@ doap:created "2011-10-05" ; doap:developer ; doap:release [ + doap:revision "1.5" ; + doap:created "2018-05-21" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Clarify time:beat origin." + ] + ] + ] , [ doap:revision "1.4" ; doap:created "2016-07-31" ; doap:file-release ; diff --git a/lv2/lv2plug.in/ns/ext/time/manifest.ttl b/lv2/lv2plug.in/ns/ext/time/manifest.ttl index c8c4ccd..3a8bfee 100644 --- a/lv2/lv2plug.in/ns/ext/time/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/time/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 4 ; + lv2:microVersion 5 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/ext/time/time.ttl b/lv2/lv2plug.in/ns/ext/time/time.ttl index 383cb4d..13137af 100644 --- a/lv2/lv2plug.in/ns/ext/time/time.ttl +++ b/lv2/lv2plug.in/ns/ext/time/time.ttl @@ -76,7 +76,12 @@ time:beat owl:FunctionalProperty ; rdfs:domain time:Time ; rdfs:range xsd:double ; - rdfs:label "beat" . + rdfs:label "beat" ; + rdfs:comment """ +The global running beat number. This is not the beat within a bar like barBeat, +but relative to the same origin as time:bar and monotonically increases unless +the transport is repositioned. +""" . time:beatUnit a rdf:Property , -- cgit v1.2.1