aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/time/time.ttl
diff options
context:
space:
mode:
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 ,