From bd165c0254b9095bb9e5ea54def56b6404033ebe Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 30 Apr 2020 01:12:38 +0800 Subject: Add visualization renderer. Add API for getting raw pitch bend values. Fix non-compliant RPN handling. The visualization renderer is still at the "proof-of-concept" stage. It's not very usable (yet). --- include/qmpcorepublic.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/qmpcorepublic.hpp b/include/qmpcorepublic.hpp index bebde30..c6caed5 100644 --- a/include/qmpcorepublic.hpp +++ b/include/qmpcorepublic.hpp @@ -136,6 +136,7 @@ class qmpPluginAPI virtual int getChannelPreset(int ch)=0; virtual void playerSeek(uint32_t percentage)=0; virtual double getPitchBend(int ch)=0; + virtual void getPitchBendRaw(int ch,uint32_t *pb,uint32_t *pbr)=0; virtual bool getChannelMask(int ch)=0; virtual std::string getTitle()=0; virtual std::wstring getWTitle()=0; -- cgit v1.2.3