aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-metro.lv2/metro.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-19 04:05:29 -0500
committerDavid Robillard <d@drobilla.net>2015-02-20 00:31:50 -0500
commit8adeb93d8d326732ffaa445fba7654e4b84721f2 (patch)
tree12c281909c0bca63d932e7567d44c6cb83cfe7c5 /plugins/eg-metro.lv2/metro.c
parentbc893b67b17c3bbed7e60350d905381608085435 (diff)
downloadlv2-8adeb93d8d326732ffaa445fba7654e4b84721f2.tar.xz
Clean up whitespace.
Diffstat (limited to 'plugins/eg-metro.lv2/metro.c')
-rw-r--r--plugins/eg-metro.lv2/metro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-metro.lv2/metro.c b/plugins/eg-metro.lv2/metro.c
index 5e484b7..84d042d 100644
--- a/plugins/eg-metro.lv2/metro.c
+++ b/plugins/eg-metro.lv2/metro.c
@@ -69,7 +69,7 @@ typedef enum {
wave which is conceptually played continuously. The 'tick' is generated by
enveloping the amplitude so there is a short attack/decay peak around a
tick, and silence the rest of the time.
-
+
This example uses a simple AD envelope with fixed parameters. A more
sophisticated implementation might use a more advanced envelope and allow
the user to modify these parameters, the frequency of the wave, and so on.