summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-12 01:19:43 +0000
committerDavid Robillard <d@drobilla.net>2014-01-12 01:19:43 +0000
commit6fdfb81645889c4a81a6fce224663393eeee3f5d (patch)
tree8c99e96332321a5ea779df58b5534ca7003c930b /scripts
parent66db9ae34d29a955c4ce985c0e732bfb3ce3633c (diff)
downloadingen-6fdfb81645889c4a81a6fce224663393eeee3f5d.tar.gz
ingen-6fdfb81645889c4a81a6fce224663393eeee3f5d.tar.bz2
ingen-6fdfb81645889c4a81a6fce224663393eeee3f5d.zip
Log how many plugins are loaded when loading is finished.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5307 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ingenams2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ingenams b/scripts/ingenams
index 3f7ee48f..453e555a 100755
--- a/scripts/ingenams
+++ b/scripts/ingenams
@@ -170,7 +170,7 @@ class Patch:
def ladspa_module(world, mod_id, x, y, poly, lib, label):
lv2_uri = ''
- # Kludge LADSPA library and label to Fomp LV2 URIs where applicable
+ # Kludge LADSPA library and label to LV2 URIs where applicable
if lib == 'blvco':
lv2_uri = fomp_prefix + label.lower().replace('-', '_')
elif lib == 'mvclpf24' or lib == 'mvchpf24':