diff options
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 ddbb63b..56a26fd 100644 --- a/core/qmpmidiplay.hpp +++ b/core/qmpmidiplay.hpp @@ -141,7 +141,7 @@ public: uint32_t getDivision(); uint32_t getMaxTick(); double getPitchBend(int ch); - double getPitchBendRaw(int ch, uint32_t *pb, uint32_t *pbr); + void getPitchBendRaw(int ch, uint32_t *pb, uint32_t *pbr); const char *getTitle(); const char *getCopyright(); |