aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaJX10.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/mdaJX10.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/mdaJX10.cpp')
-rw-r--r--src/mdaJX10.cpp34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/mdaJX10.cpp b/src/mdaJX10.cpp
index 07c6e95..1a44e55 100644
--- a/src/mdaJX10.cpp
+++ b/src/mdaJX10.cpp
@@ -336,37 +336,37 @@ void mdaJX10::getParameterName(LvzInt32 index, char *label)
{
switch (index)
{
- case 0: strcpy(label, "OSC Mix "); break;
+ case 0: strcpy(label, "OSC Mix"); break;
case 1: strcpy(label, "OSC Tune"); break;
case 2: strcpy(label, "OSC Fine"); break;
- case 3: strcpy(label, "Glide "); break;
+ case 3: strcpy(label, "Glide"); break;
case 4: strcpy(label, "Gld Rate"); break;
case 5: strcpy(label, "Gld Bend"); break;
case 6: strcpy(label, "VCF Freq"); break;
case 7: strcpy(label, "VCF Reso"); break;
- case 8: strcpy(label, "VCF Env "); break;
+ case 8: strcpy(label, "VCF Env"); break;
- case 9: strcpy(label, "VCF LFO "); break;
- case 10: strcpy(label, "VCF Vel "); break;
- case 11: strcpy(label, "VCF Att "); break;
+ case 9: strcpy(label, "VCF LFO"); break;
+ case 10: strcpy(label, "VCF Vel"); break;
+ case 11: strcpy(label, "VCF Att"); break;
- case 12: strcpy(label, "VCF Dec "); break;
- case 13: strcpy(label, "VCF Sus "); break;
- case 14: strcpy(label, "VCF Rel "); break;
+ case 12: strcpy(label, "VCF Dec"); break;
+ case 13: strcpy(label, "VCF Sus"); break;
+ case 14: strcpy(label, "VCF Rel"); break;
- case 15: strcpy(label, "ENV Att "); break;
- case 16: strcpy(label, "ENV Dec "); break;
- case 17: strcpy(label, "ENV Sus "); break;
+ case 15: strcpy(label, "ENV Att"); break;
+ case 16: strcpy(label, "ENV Dec"); break;
+ case 17: strcpy(label, "ENV Sus"); break;
- case 18: strcpy(label, "ENV Rel "); break;
+ case 18: strcpy(label, "ENV Rel"); break;
case 19: strcpy(label, "LFO Rate"); break;
- case 20: strcpy(label, "Vibrato "); break;
+ case 20: strcpy(label, "Vibrato"); break;
- case 21: strcpy(label, "Noise "); break;
- case 22: strcpy(label, "Octave "); break;
- default: strcpy(label, "Tuning ");
+ case 21: strcpy(label, "Noise"); break;
+ case 22: strcpy(label, "Octave"); break;
+ default: strcpy(label, "Tuning");
}
}