From 095716fa21071a506605304db6a113f231ff0dcd Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 9 Nov 2023 20:17:16 -0500 Subject: Fix lingering notes with newer fluidsynth versions. --- core/qmpmidiplay.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/qmpmidiplay.hpp') diff --git a/core/qmpmidiplay.hpp b/core/qmpmidiplay.hpp index 56a26fd..03495b9 100644 --- a/core/qmpmidiplay.hpp +++ b/core/qmpmidiplay.hpp @@ -117,7 +117,8 @@ public: void playerInit(); void playerDeinit(); void playerThread(); - void playerPanic(bool reset = false); + void playerReset(); + void playerPanic(); //playing control methods uint32_t getStamp(int id); -- cgit v1.2.3