diff options
author | Chris Xiong <chirs241097@gmail.com> | 2021-01-07 14:06:30 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2021-01-07 14:06:30 +0800 |
commit | 327526848c930c5cca7fafbde36d60ea45b786db (patch) | |
tree | 719a0525658557c6924a975bd966fdd6559c78a8 /core/qmpmidiplay.hpp | |
parent | 51d627aa7a879d1840142fb53bc3dfbbf1696411 (diff) | |
download | QMidiPlayer-327526848c930c5cca7fafbde36d60ea45b786db.tar.xz |
Fix another freezing issue on Windows.
insert bad pun here
Diffstat (limited to 'core/qmpmidiplay.hpp')
-rw-r--r-- | core/qmpmidiplay.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qmpmidiplay.hpp b/core/qmpmidiplay.hpp index a4245ae..ddbb63b 100644 --- a/core/qmpmidiplay.hpp +++ b/core/qmpmidiplay.hpp @@ -65,7 +65,7 @@ private: int32_t rpnid[16], rpnval[16]; uint16_t mute, solo; double ftime; - bool sendSysEx, waitvoice; + bool sendSysEx; uint8_t chstatus[16][130];//0..127: cc 128: pc uint32_t ctempo, ctsn, ctsd, divs, cks; double dpt;//time per tick |