aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2017-02-10 23:56:09 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2017-02-10 23:56:09 +0800
commitacf466561f17bf0eb6c19ea0467b27f5392aeb36 (patch)
treee2a2eb7c87e99a47d2536c10abcee6e3b50cdded /include
parent70f0007154992c0bc89e11af4fe7dcc2c493aac3 (diff)
downloadQMidiPlayer-acf466561f17bf0eb6c19ea0467b27f5392aeb36.tar.xz
Road to standardize: use two parameters for pitchbend.
Documentation. Minor bug fix.
Diffstat (limited to 'include')
-rw-r--r--include/qmpcorepublic.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qmpcorepublic.hpp b/include/qmpcorepublic.hpp
index 3ce0545..18b2f6a 100644
--- a/include/qmpcorepublic.hpp
+++ b/include/qmpcorepublic.hpp
@@ -8,7 +8,7 @@
#else
#define EXPORTSYM __attribute__ ((visibility ("default")))
#endif
-#define QMP_PLUGIN_API_REV "1+indev"
+#define QMP_PLUGIN_API_REV "1+indev2"
//MIDI Event structure
struct SEvent
{