diff options
author | Chris Xiong <chirs241097@gmail.com> | 2015-12-30 23:45:12 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2015-12-30 23:45:12 +0800 |
commit | b1be9e45b5abdf0a03181b9cee8dc208a762fe57 (patch) | |
tree | 1af8db6a9776af748c1d14e330a30ce61e162bea /qmpmidiplay.hpp | |
parent | 8dc90ae27c24aec1851215f2cc28ee24eff01ea5 (diff) | |
download | QMidiPlayer-b1be9e45b5abdf0a03181b9cee8dc208a762fe57.tar.xz |
Complete Darkness. (WTF)
Diffstat (limited to 'qmpmidiplay.hpp')
-rw-r--r-- | qmpmidiplay.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qmpmidiplay.hpp b/qmpmidiplay.hpp index 2f279b7..cdd6741 100644 --- a/qmpmidiplay.hpp +++ b/qmpmidiplay.hpp @@ -94,6 +94,8 @@ class CMidiPlayer void getChannelPreset(int ch,int *b,int *p,char *name); void setMute(int ch,bool m); void setSolo(int ch,bool s); + int getCC(int ch,int id); + void setCC(int ch,int id,int val); //void pushSoundFont(const char* url); int getSFCount(); |