aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-metro.lv2
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
parentbc893b67b17c3bbed7e60350d905381608085435 (diff)
downloadlv2-8adeb93d8d326732ffaa445fba7654e4b84721f2.tar.xz
Clean up whitespace.
Diffstat (limited to 'plugins/eg-metro.lv2')
-rw-r--r--plugins/eg-metro.lv2/metro.c2
-rw-r--r--plugins/eg-metro.lv2/wscript3
2 files changed, 2 insertions, 3 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.
diff --git a/plugins/eg-metro.lv2/wscript b/plugins/eg-metro.lv2/wscript
index 2a3731c..515dd6c 100644
--- a/plugins/eg-metro.lv2/wscript
+++ b/plugins/eg-metro.lv2/wscript
@@ -41,7 +41,7 @@ def build(bld):
target = '%s/%s' % (bundle, 'manifest.ttl'),
install_path = '${LV2DIR}/%s' % bundle,
LIB_EXT = module_ext)
-
+
# Copy other data files to build bundle (build/eg-metro.lv2)
bld(features = 'subst',
is_copy = True,
@@ -63,4 +63,3 @@ def build(bld):
use = ['M', 'LV2'],
includes = includes)
obj.env.cshlib_PATTERN = module_pat
-