From b7842ae90b28618affdad6977c9c814aa573a3fe Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 2 Jan 2017 22:09:28 +0800 Subject: Can show measure indicators now. Added new options to specify custom fonts. Added a new handler API. Minor rework on handler calling. --- include/qmpcorepublic.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/qmpcorepublic.hpp b/include/qmpcorepublic.hpp index 683bde9..850fddd 100644 --- a/include/qmpcorepublic.hpp +++ b/include/qmpcorepublic.hpp @@ -65,6 +65,7 @@ class qmpPluginAPI virtual uint32_t getTimeSig(); virtual int getKeySig(); virtual uint32_t getNoteCount(); + virtual uint32_t getMaxTick(); virtual uint32_t getCurrentPolyphone(); virtual uint32_t getMaxPolyphone(); virtual uint32_t getCurrentTimeStamp(); @@ -93,6 +94,8 @@ class qmpPluginAPI virtual void unregisterEventReaderIntf(int intfhandle); virtual int registerEventHandlerIntf(IMidiCallBack* cb,void* userdata); virtual void unregisterEventHandlerIntf(int intfhandle); + virtual int registerFileReadFinishedHandlerIntf(IMidiCallBack* cb,void* userdata); + virtual void unregisterFileReadFinishedHandlerIntf(int intfhandle); //if desc=="", the option won't be visible in the settings form. //it will only show up in the configuration file. -- cgit v1.2.3