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). --- core/qmpmidiplay.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'core/qmpmidiplay.hpp') diff --git a/core/qmpmidiplay.hpp b/core/qmpmidiplay.hpp index 83a7128..471c1db 100644 --- a/core/qmpmidiplay.hpp +++ b/core/qmpmidiplay.hpp @@ -135,6 +135,7 @@ class CMidiPlayer uint32_t getDivision(); uint32_t getMaxTick(); double getPitchBend(int ch); + double getPitchBendRaw(int ch,uint32_t *pb,uint32_t *pbr); const char* getTitle(); const char* getCopyright(); -- cgit v1.2.3