diff options
Diffstat (limited to 'src/mdaVocoder.cpp')
-rw-r--r-- | src/mdaVocoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaVocoder.cpp b/src/mdaVocoder.cpp index 5fca474..e4f1b5d 100644 --- a/src/mdaVocoder.cpp +++ b/src/mdaVocoder.cpp @@ -182,7 +182,7 @@ void mdaVocoder::getParameterName(LvzInt32 index, char *label) { switch(index) { - case 0: strcpy(label, "Mod In:"); break; + case 0: strcpy(label, "Mod In"); break; case 1: strcpy(label, "Output"); break; case 2: strcpy(label, "Hi Thru"); break; case 3: strcpy(label, "Hi Band"); break; |