diff options
author | David Robillard <d@drobilla.net> | 2012-03-30 23:24:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-30 23:24:07 +0000 |
commit | 5c0df797d67e74de54cb84f865dbbbf8d5d858a9 (patch) | |
tree | 9824863dcef920f437fc13d4edf2fb03eff63543 /lv2/lv2plug.in/ns/ext/time/time.ttl | |
parent | fcd7052a159ebdff11b66831a1e0498f3fba431c (diff) | |
download | lv2-5c0df797d67e74de54cb84f865dbbbf8d5d858a9.tar.xz |
Remove explicit links now automatically handled by lv2secgen.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/time/time.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/time/time.ttl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lv2/lv2plug.in/ns/ext/time/time.ttl b/lv2/lv2plug.in/ns/ext/time/time.ttl index db6a3c1..3eed585 100644 --- a/lv2/lv2plug.in/ns/ext/time/time.ttl +++ b/lv2/lv2plug.in/ns/ext/time/time.ttl @@ -39,10 +39,9 @@ passage of time itself, in both real and musical terms.</p> <p>In addition to real time (e.g. seconds), two units of time are used: <q>frames</q> and <q>beats</q>. A frame is a numbered quantum of time. Frame -time is related to real-time by the <q>frame rate</q> or <q>sample rate</q>, <a -href="#framesPerSecond">time:framesPerSecond</a>. A beat is a single pulse of -musical time. Beat time is related to real-time by the <q>tempo</q>, <a -href="#beatsPerMinute">time:beatsPerMinute</a>.</p> +time is related to real-time by the <q>frame rate</q> or <q>sample rate</q>, +time:framesPerSecond. A beat is a single pulse of musical time. Beat time is +related to real-time by the <q>tempo</q>, time:beatsPerMinute.</p> <p>Musical time additionally has a <q>meter</q> which describes passage of time in terms of musical <q>bars</q>. A bar is a higher level grouping of beats. |