aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaDX10.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-09 00:47:39 +0000
committerDavid Robillard <d@drobilla.net>2008-08-09 00:47:39 +0000
commitde77c4beb69f2fc7f27424d2bd07a4d376e7bcdc (patch)
tree2085f7265a9fcbcdef415f57cb9c90db44320db9 /src/mdaDX10.cpp
parent4772ada37bef92a628f76f3bde65ddd95c601a1e (diff)
downloadmda.lv2-de77c4beb69f2fc7f27424d2bd07a4d376e7bcdc.tar.gz
mda.lv2-de77c4beb69f2fc7f27424d2bd07a4d376e7bcdc.tar.bz2
mda.lv2-de77c4beb69f2fc7f27424d2bd07a4d376e7bcdc.zip
Clean up port friendly names.
More data generation. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1323 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/mdaDX10.cpp')
-rw-r--r--src/mdaDX10.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mdaDX10.cpp b/src/mdaDX10.cpp
index 3888222..f3b7714 100644
--- a/src/mdaDX10.cpp
+++ b/src/mdaDX10.cpp
@@ -244,18 +244,18 @@ void mdaDX10::getParameterName(LvzInt32 index, char *label)
{
switch (index)
{
- case 0: strcpy(label, "Attack "); break;
- case 1: strcpy(label, "Decay "); break;
- case 2: strcpy(label, "Release "); break;
- case 3: strcpy(label, "Coarse "); break;
- case 4: strcpy(label, "Fine "); break;
+ case 0: strcpy(label, "Attack"); break;
+ case 1: strcpy(label, "Decay"); break;
+ case 2: strcpy(label, "Release"); break;
+ case 3: strcpy(label, "Coarse"); break;
+ case 4: strcpy(label, "Fine"); break;
case 5: strcpy(label, "Mod Init"); break;
- case 6: strcpy(label, "Mod Dec "); break;
- case 7: strcpy(label, "Mod Sus "); break;
- case 8: strcpy(label, "Mod Rel "); break;
- case 9: strcpy(label, "Mod Vel "); break;
- case 10: strcpy(label, "Vibrato "); break;
- case 11: strcpy(label, "Octave "); break;
+ case 6: strcpy(label, "Mod Dec"); break;
+ case 7: strcpy(label, "Mod Sus"); break;
+ case 8: strcpy(label, "Mod Rel"); break;
+ case 9: strcpy(label, "Mod Vel"); break;
+ case 10: strcpy(label, "Vibrato"); break;
+ case 11: strcpy(label, "Octave"); break;
case 12: strcpy(label, "FineTune"); break;
case 13: strcpy(label, "Waveform"); break;
case 14: strcpy(label, "Mod Thru"); break;