diff options
author | rekado <rekado@elephly.net> | 2013-01-25 18:26:51 +0800 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2013-01-25 18:26:51 +0800 |
commit | 153543e73129ca6cdfa9fc001105240d8a534f25 (patch) | |
tree | 303b6835871b170d8f9099ce83ffef0e0b2045b2 /src/mdaPiano.h | |
parent | af651415a03e5ab5c3d8fd38bfa5b9a118a387b0 (diff) |
remove setParameter
Diffstat (limited to 'src/mdaPiano.h')
-rw-r--r-- | src/mdaPiano.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mdaPiano.h b/src/mdaPiano.h index bda11cc..66518ac 100644 --- a/src/mdaPiano.h +++ b/src/mdaPiano.h @@ -25,7 +25,6 @@ public: unsigned find_free_voice(unsigned char, unsigned char); void handle_midi(uint32_t size, unsigned char* data); void setVolume(float); - void setParameter(unsigned char, float); private: |