aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaLeslie.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-09 03:27:51 +0000
committerDavid Robillard <d@drobilla.net>2008-08-09 03:27:51 +0000
commita74406332f24e0dfe9342f418ae81c2a242d8765 (patch)
tree56012c52621aacb4706c884c08d65660fcd16132 /src/mdaLeslie.cpp
parentfc66f67d23ce051ddff2f86c036728c7d7b59c6f (diff)
downloadmda.lv2-a74406332f24e0dfe9342f418ae81c2a242d8765.tar.gz
mda.lv2-a74406332f24e0dfe9342f418ae81c2a242d8765.tar.bz2
mda.lv2-a74406332f24e0dfe9342f418ae81c2a242d8765.zip
Clean up port names and automatically generate nice/legal symbols for them.
Write run wrapper to set plugin parameters values if they have changed since last cycle (bit of overhead...). Set port parameter ranges and default values. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1326 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/mdaLeslie.cpp')
-rw-r--r--src/mdaLeslie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaLeslie.cpp b/src/mdaLeslie.cpp
index bb2c002..81876be 100644
--- a/src/mdaLeslie.cpp
+++ b/src/mdaLeslie.cpp
@@ -195,7 +195,7 @@ void mdaLeslie::getParameterName(LvzInt32 index, char *label)
case 5: strcpy(label, "Hi Throb"); break;
case 6: strcpy(label, "X-Over"); break;
case 7: strcpy(label, "Output"); break;
- case 8: strcpy(label, "Speed "); break;
+ case 8: strcpy(label, "Speed"); break;
}
}