summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-01-25 18:33:23 +0800
committerrekado <rekado@elephly.net>2013-01-25 18:33:23 +0800
commitb44148a21b0051f6de3d41b460486847fdaa7b28 (patch)
tree6269d997db6f33c7478d27e94961dbdbdafee577
parent86c221aba40dc1fe6d9150fc686cf8468a8eb5e6 (diff)
remove unused: param array, Fs, iFs, noteOn
-rw-r--r--src/mdaPiano.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mdaPiano.h b/src/mdaPiano.h
index 66518ac..0eeadf8 100644
--- a/src/mdaPiano.h
+++ b/src/mdaPiano.h
@@ -29,10 +29,6 @@ public:
private:
void update(); //my parameter update
- void noteOn(uint32_t note, uint32_t velocity);
-
- float param[NPARAMS];
- float Fs, iFs;
///global internal variables
KGRP kgrp[16];