From de77c4beb69f2fc7f27424d2bd07a4d376e7bcdc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Aug 2008 00:47:39 +0000 Subject: Clean up port friendly names. More data generation. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1323 a436a847-0d15-0410-975c-d299462d15a1 --- src/mdaDX10.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/mdaDX10.cpp') 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; -- cgit v1.2.1