aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaPiano.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-11-26 22:12:11 +0000
committerDavid Robillard <d@drobilla.net>2010-11-26 22:12:11 +0000
commitf6953d618c904d91505ea8fc477b8e51cb7e65cc (patch)
tree5627dc38f1d0ffe8e1f870c35208f989e9cbf68a /src/mdaPiano.h
parentc3de911a017732e6b2ede9e2305abe86fbf3ed8d (diff)
downloadmda.lv2-f6953d618c904d91505ea8fc477b8e51cb7e65cc.tar.gz
mda.lv2-f6953d618c904d91505ea8fc477b8e51cb7e65cc.tar.bz2
mda.lv2-f6953d618c904d91505ea8fc477b8e51cb7e65cc.zip
Fix warnings.
Don't build broken GUI stuff. git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@2676 a436a847-0d15-0410-975c-d299462d15a1
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];