diff options
Diffstat (limited to 'scripts/ingenams')
-rwxr-xr-x | scripts/ingenams | 2 |
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': |