aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaPiano.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaPiano.h')
-rw-r--r--src/mdaPiano.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mdaPiano.h b/src/mdaPiano.h
index 865911c..96d2c07 100644
--- a/src/mdaPiano.h
+++ b/src/mdaPiano.h
@@ -1,3 +1,4 @@
+
//See associated .cpp file for copyright and other info
#ifndef __mdaPiano__
@@ -96,7 +97,7 @@ public:
private:
void update(); //my parameter update
void noteOn(LvzInt32 note, LvzInt32 velocity);
- void fillpatch(LvzInt32 p, char *name, float p0, float p1, float p2, float p3, float p4,
+ void fillpatch(LvzInt32 p, const char *name, float p0, float p1, float p2, float p3, float p4,
float p5, float p6, float p7, float p8, float p9, float p10,float p11);
float param[NPARAMS];