diff options
Diffstat (limited to 'core/os/midi_driver.h')
-rw-r--r-- | core/os/midi_driver.h | 1 |
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(); |