diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-30 23:37:21 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-30 23:37:21 +0800 |
commit | 90f018721ae7ee6ac154d757516378b9c45ec1bf (patch) | |
tree | bbcd62282f1ef667030833d3abb0ef383d7823b6 /core/qmpmidiplay.hpp | |
parent | 50374f6942b96d0f15843ea63bc27eccc8f4d77c (diff) | |
download | QMidiPlayer-90f018721ae7ee6ac154d757516378b9c45ec1bf.tar.xz |
Fixed a bug in RPN handling.
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 0587cf2..f922940 100644 --- a/core/qmpmidiplay.hpp +++ b/core/qmpmidiplay.hpp @@ -62,7 +62,7 @@ class CMidiPlayer uint32_t stamps[101]; uint32_t ccstamps[101][16][135],ccc[16][135]; //0..127:cc 128:pc 129:cp 130:pb 131:tempo 132:ts 133:ks 134:pbr - int32_t rpnid,rpnval; + int32_t rpnid[16],rpnval[16]; uint16_t mute,solo; double ftime; bool sendSysEx,singleInstance,waitvoice; |