summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-11 22:51:43 +0000
committerDavid Robillard <d@drobilla.net>2014-01-11 22:51:43 +0000
commit66db9ae34d29a955c4ce985c0e732bfb3ce3633c (patch)
treea309ab5fc7ea4b491c930703feabc3cb81303588 /scripts
parent2aa1cf33b26c76b024913d1994066c627075bbbd (diff)
downloadingen-66db9ae34d29a955c4ce985c0e732bfb3ce3633c.tar.gz
ingen-66db9ae34d29a955c4ce985c0e732bfb3ce3633c.tar.bz2
ingen-66db9ae34d29a955c4ce985c0e732bfb3ce3633c.zip
Update ingenams for latest ams.lv2.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5303 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ingenams6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/ingenams b/scripts/ingenams
index 2d768a5c..3f7ee48f 100755
--- a/scripts/ingenams
+++ b/scripts/ingenams
@@ -190,11 +190,11 @@ def scala_module(world, mod_id, scala_name):
def standard_module(world, mod_id, x, y, name, arg):
if name == 'vca':
if arg > 0:
- name += 'exp_audio'
+ name += 'exp'
else:
- name += 'lin_audio'
+ name += 'lin'
elif name == 'mix':
- name += 'er_%dch_audio' % int(arg)
+ name += 'er_%dch' % int(arg)
lv2_uri = ams_prefix + name
world.add_block(mod_id, lv2_uri, x, y)