aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-metro.lv2/README.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-28 01:33:10 +0000
committerDavid Robillard <d@drobilla.net>2013-01-28 01:33:10 +0000
commitda9b240ce1392f7b1d9d51d4938898868d8d1d83 (patch)
tree74fd96057a2ca59ffe4ce0e9261306caa047cdfb /plugins/eg-metro.lv2/README.txt
parent21d16ed2e53601f8a26f378b3274a207a9426b12 (diff)
downloadlv2-da9b240ce1392f7b1d9d51d4938898868d8d1d83.tar.xz
Update metronome example to produce sensible book output.
Diffstat (limited to 'plugins/eg-metro.lv2/README.txt')
-rw-r--r--plugins/eg-metro.lv2/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/eg-metro.lv2/README.txt b/plugins/eg-metro.lv2/README.txt
index 52a650e..5e9a84a 100644
--- a/plugins/eg-metro.lv2/README.txt
+++ b/plugins/eg-metro.lv2/README.txt
@@ -1 +1,9 @@
== Metronome ==
+
+This plugin demonstrates tempo synchronisation by clicking on every beat. The
+host sends this information to the plugin as events, so an event with new time
+and tempo information will be received whenever there is a change.
+
+Time is assumed to continue rolling at the tempo and speed defined by the last
+received tempo event, even across cycles, until a new tempo event is received
+or the plugin is deactivated.