aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaBandisto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaBandisto.cpp')
-rw-r--r--src/mdaBandisto.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mdaBandisto.cpp b/src/mdaBandisto.cpp
index c4e4cee..87a1f92 100644
--- a/src/mdaBandisto.cpp
+++ b/src/mdaBandisto.cpp
@@ -82,6 +82,16 @@ void mdaBandisto::getProgramName(char *name)
strcpy(name, programName);
}
+bool mdaBandisto::getProgramNameIndexed (LvzInt32 category, LvzInt32 index, char* name)
+{
+ if (index == 0)
+ {
+ strcpy(name, programName);
+ return true;
+ }
+ return false;
+}
+
void mdaBandisto::setParameter(LvzInt32 index, float value)
{
switch(index)