diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-12-11 20:22:06 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-12-11 20:22:06 +0800 |
commit | 717067493346bd51dc6f13a6f1ea307ca35bcc2c (patch) | |
tree | 849f82f41261a4906fb8644254719218272d34d5 /core/qmpmidiplay.hpp | |
parent | ec415e53bbe042df084bdb93117b2aef7cb779cd (diff) | |
download | QMidiPlayer-717067493346bd51dc6f13a6f1ea307ca35bcc2c.tar.xz |
Update the preset selection dialog to improve support for external MIDI devices.
Diffstat (limited to 'core/qmpmidiplay.hpp')
-rw-r--r-- | core/qmpmidiplay.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/qmpmidiplay.hpp b/core/qmpmidiplay.hpp index 6436192..f7b81af 100644 --- a/core/qmpmidiplay.hpp +++ b/core/qmpmidiplay.hpp @@ -157,6 +157,7 @@ class CMidiPlayer fluid_sfont_t* getSFPtr(int sfid); qmpMidiMapperRtMidi* getMidiMapper(); + int getChannelOutput(int ch); void setChannelOutput(int ch,int devid); uint8_t* getChstates(); int setEventHandlerCB(IMidiCallBack *cb,void *userdata); |