From afa269c677ffb85c8f77c63a80ab17286e2eef8c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 Mar 2011 22:28:53 +0000 Subject: Fix port labels and symbols. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3082 a436a847-0d15-0410-975c-d299462d15a1 --- src/mdaDubDelay.cpp | 2 +- src/mdaTracker.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; diff --git a/src/mdaTracker.cpp b/src/mdaTracker.cpp index 815597e..6fd668c 100644 --- a/src/mdaTracker.cpp +++ b/src/mdaTracker.cpp @@ -138,7 +138,7 @@ void mdaTracker::getParameterName(LvzInt32 index, char *label) case 1: strcpy(label, "Dynamics"); break; case 2: strcpy(label, "Mix"); break; case 3: strcpy(label, "Glide"); break; - case 4: strcpy(label, "Trnspose"); break; + case 4: strcpy(label, "Transpose"); break; case 5: strcpy(label, "Maximum"); break; case 6: strcpy(label, "Trigger"); break; case 7: strcpy(label, "Output"); break; -- cgit v1.2.1