diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-09-15 23:46:17 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-09-15 23:46:17 +0800 |
commit | e12b8c202f92d1b154ed3d9cb5dc58c73aa08787 (patch) | |
tree | 7c32b9a03ef5d45f84344212756cb097971d9aee /include/qmpcorepublic.hpp | |
parent | d62356c08e23c6971d2996866eb6bdf43000520b (diff) | |
download | QMidiPlayer-e12b8c202f92d1b154ed3d9cb5dc58c73aa08787.tar.xz |
Add a new visualization mode. Fix minor behavioral bugs.
Diffstat (limited to 'include/qmpcorepublic.hpp')
-rw-r--r-- | include/qmpcorepublic.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qmpcorepublic.hpp b/include/qmpcorepublic.hpp index d578018..683bde9 100644 --- a/include/qmpcorepublic.hpp +++ b/include/qmpcorepublic.hpp @@ -69,6 +69,8 @@ class qmpPluginAPI virtual uint32_t getMaxPolyphone(); virtual uint32_t getCurrentTimeStamp(); virtual uint32_t getCurrentPlaybackPercentage(); + virtual int getChannelCC(int ch,int cc); + virtual int getChannelPreset(int ch); virtual void playerSeek(uint32_t percentage); virtual double getPitchBend(int ch); virtual bool getChannelMask(int ch); |