diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-11 23:03:00 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-11 23:03:00 +0800 |
commit | cd09a7e8a42c8f3617cfe3c57eed3b96bcfd2ec5 (patch) | |
tree | 89643ad309a962a905ddb1ce8802652cb390b902 /core/qmpmidiplay.hpp | |
parent | 841eb920676d6c8ac6440c8929e7422e95a9c4c5 (diff) | |
download | QMidiPlayer-cd09a7e8a42c8f3617cfe3c57eed3b96bcfd2ec5.tar.xz |
Flower Night.
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 4592ea0..15fcd89 100644 --- a/core/qmpmidiplay.hpp +++ b/core/qmpmidiplay.hpp @@ -79,7 +79,7 @@ class CMidiPlayer uint32_t finished,resumed; qmpMidiMapperRtMidi *mapper; int mappedoutput[16],deviceusage[16],deviceiid[128]; - uint8_t chstate[16]; + uint8_t chstate[16],chstatus[16][130];//0..127: cc 128: pc CMidiCallBack *noteOnCB; void* noteOnCBUserData; |