aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/time/time.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-21 10:35:36 +0200
committerDavid Robillard <d@drobilla.net>2018-05-21 10:35:36 +0200
commit6803758604ff6ccb0e5fce542a8db65551fbef96 (patch)
tree71cabe1ead6d9fc8a036c963fe658dc6d67e64a6 /lv2/lv2plug.in/ns/ext/time/time.ttl
parentdc9ff1250c049b5b60cef16f07be4c031ce2fa4c (diff)
downloadlv2-6803758604ff6ccb0e5fce542a8db65551fbef96.tar.xz
Clarify time:beat origin
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/time/time.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/time/time.ttl7
1 files changed, 6 insertions, 1 deletions
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 ,