From 5c0df797d67e74de54cb84f865dbbbf8d5d858a9 Mon Sep 17 00:00:00 2001
From: David Robillard 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. 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. Different log In addition to real time (e.g. seconds), two units of time are used:
levels
(e.g. error
or information
) 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.frames
and beats
. A frame is a numbered quantum of time. Frame
-time is related to real-time by the frame rate
or sample rate
, time:framesPerSecond. A beat is a single pulse of
-musical time. Beat time is related to real-time by the tempo
, time:beatsPerMinute.frame rate
or sample rate
,
+time:framesPerSecond. A beat is a single pulse of musical time. Beat time is
+related to real-time by the tempo
, time:beatsPerMinute.
Musical time additionally has a meter
which describes passage of time
in terms of musical bars
. A bar is a higher level grouping of beats.
--
cgit v1.2.1