From da9b240ce1392f7b1d9d51d4938898868d8d1d83 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 28 Jan 2013 01:33:10 +0000 Subject: Update metronome example to produce sensible book output. --- plugins/eg-metro.lv2/README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins/eg-metro.lv2/README.txt') 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. -- cgit v1.2.1