summaryrefslogtreecommitdiff
path: root/core/os/midi_driver.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-12-03 09:45:19 +0100
committerGitHub <noreply@github.com>2019-12-03 09:45:19 +0100
commitc3609eb2115f239e36ddeef1a7ab40a7216ab7f8 (patch)
tree438dea17a593a71176b4849b7d2b98cffb7f62c1 /core/os/midi_driver.h
parente77c34ab4af4cc979ba43128f70ff475bd3b26e9 (diff)
parente8410c03f506c622dca02c97894c2c59134aeeae (diff)
Merge pull request #34072 from arlez80/master
fixed pitch bend value and MIDI running status on the InputEventMIDI.
Diffstat (limited to 'core/os/midi_driver.h')
-rw-r--r--core/os/midi_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/midi_driver.h b/core/os/midi_driver.h
index e0e5e2be67..33f49d19f5 100644
--- a/core/os/midi_driver.h
+++ b/core/os/midi_driver.h
@@ -41,6 +41,7 @@
class MIDIDriver {
static MIDIDriver *singleton;
+ static uint8_t last_received_message;
public:
static MIDIDriver *get_singleton();