diff options
author | Chris Xiong <chirs241097@gmail.com> | 2023-11-09 20:17:16 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2023-11-09 20:17:16 -0500 |
commit | 095716fa21071a506605304db6a113f231ff0dcd (patch) | |
tree | d09a10998926ac4f51958e9f3847a2ef39de320c /core/qmpmidiplay.hpp | |
parent | 07ee50be7c390668f8c600b8eb5805f56cf6a8a1 (diff) | |
download | QMidiPlayer-095716fa21071a506605304db6a113f231ff0dcd.tar.xz |
Fix lingering notes with newer fluidsynth versions.
Diffstat (limited to 'core/qmpmidiplay.hpp')
-rw-r--r-- | core/qmpmidiplay.hpp | 3 |
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); |