diff options
Diffstat (limited to 'src/mdaDubDelay.cpp')
-rw-r--r-- | src/mdaDubDelay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaDubDelay.cpp b/src/mdaDubDelay.cpp index c8aafaf..eb84d9c 100644 --- a/src/mdaDubDelay.cpp +++ b/src/mdaDubDelay.cpp @@ -140,7 +140,7 @@ void mdaDubDelay::getParameterName(LvzInt32 index, char *label) case 0: strcpy(label, "Delay"); break; case 1: strcpy(label, "Feedback"); break; case 2: strcpy(label, "Fb Tone"); break; - case 3: strcpy(label, "LFO Dep."); break; + case 3: strcpy(label, "LFO Depth"); break; case 4: strcpy(label, "LFO Rate"); break; case 5: strcpy(label, "FX Mix"); break; case 6: strcpy(label, "Output"); break; |