diff options
Diffstat (limited to 'include')
-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); |