From 01235fb660d46201fbc0c7a8fc965de45aec9c3d Mon Sep 17 00:00:00 2001 From: Akihiro Komori Date: Tue, 14 May 2019 14:17:25 +0900 Subject: [PATCH] Make ActiveSensing available --- src/utility/AbstractMidiInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utility/AbstractMidiInterface.h b/src/utility/AbstractMidiInterface.h index 3b41bf7..c09da4b 100644 --- a/src/utility/AbstractMidiInterface.h +++ b/src/utility/AbstractMidiInterface.h @@ -346,7 +346,7 @@ namespace Midi { } void sendActiveSensing() { - sendSystemCommonMessage(MidiType::ActiveSensing); + sendRealTimeMessage(MidiType::ActiveSensing); }