summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ingenams8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/ingenams b/scripts/ingenams
index 0d35bd39..2d768a5c 100755
--- a/scripts/ingenams
+++ b/scripts/ingenams
@@ -188,6 +188,14 @@ def scala_module(world, mod_id, scala_name):
pass
def standard_module(world, mod_id, x, y, name, arg):
+ if name == 'vca':
+ if arg > 0:
+ name += 'exp_audio'
+ else:
+ name += 'lin_audio'
+ elif name == 'mix':
+ name += 'er_%dch_audio' % int(arg)
+
lv2_uri = ams_prefix + name
world.add_block(mod_id, lv2_uri, x, y)