diff options
Diffstat (limited to 'plugins/eg-metro.lv2/metro.c')
-rw-r--r-- | plugins/eg-metro.lv2/metro.c | 2 |
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. |