From e8410c03f506c622dca02c97894c2c59134aeeae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=82=8B=E3=82=8B=20/=20=E3=81=8D=E3=81=AE?= =?UTF-8?q?=E3=82=82=E3=81=A8=20=E7=B5=90=E8=A1=A3?= Date: Tue, 3 Dec 2019 13:54:02 +0900 Subject: fixed set pitch bend value and implemented midi running status --- core/os/midi_driver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/os/midi_driver.h') 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(); -- cgit v1.2.3