diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/log/log.ttl | 8 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/time/time.ttl | 7 |
2 files changed, 7 insertions, 8 deletions
diff --git a/lv2/lv2plug.in/ns/ext/log/log.ttl b/lv2/lv2plug.in/ns/ext/log/log.ttl index c587b2e..a8d9caf 100644 --- a/lv2/lv2plug.in/ns/ext/log/log.ttl +++ b/lv2/lv2plug.in/ns/ext/log/log.ttl @@ -28,10 +28,10 @@ doap:shortdesc "A feature for writing log messages." ; doap:developer <http://drobilla.net/drobilla#me> ; lv2:documentation """ -<p>This extension defines a feature, <a href="#log">log:log</a>, which allows -plugins to print log messages with an API much like the standard C printf -functions. This allows, for example, plugin logs to be nicely presented to the -user in a graphical user interface.</p> +<p>This extension defines a feature, log:log, which allows plugins to print log +messages with an API much like the standard C printf functions. This allows, +for example, plugin logs to be nicely presented to the user in a graphical user +interface.</p> <p>Different log <q>levels</q> (e.g. <q>error</q> or <q>information</q>) are defined by URI and passed as an LV2_URID. Thus, the possible number of log 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. |