aboutsummaryrefslogtreecommitdiff
path: root/core/qmpmidiplay.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2023-11-09 20:17:16 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2023-11-09 20:17:16 -0500
commit095716fa21071a506605304db6a113f231ff0dcd (patch)
treed09a10998926ac4f51958e9f3847a2ef39de320c /core/qmpmidiplay.hpp
parent07ee50be7c390668f8c600b8eb5805f56cf6a8a1 (diff)
downloadQMidiPlayer-095716fa21071a506605304db6a113f231ff0dcd.tar.xz
Fix lingering notes with newer fluidsynth versions.
Diffstat (limited to 'core/qmpmidiplay.hpp')
-rw-r--r--core/qmpmidiplay.hpp3
1 files changed, 2 insertions, 1 deletions
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);