From f67b1ea9370ccaf1e545d83d0e4fb7e04748c633 Mon Sep 17 00:00:00 2001 From: lathoub Date: Thu, 23 Sep 2021 17:30:06 +0200 Subject: [PATCH] Update BLEMIDI_Transport.h --- src/BLEMIDI_Transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BLEMIDI_Transport.h b/src/BLEMIDI_Transport.h index 9bbaf0b..9d122e3 100644 --- a/src/BLEMIDI_Transport.h +++ b/src/BLEMIDI_Transport.h @@ -229,7 +229,7 @@ public: */ /** - * If #define RUNNING_ENABLE is commented, it will transform all incoming runningStatus messages in full midi messages. + * If #define RUNNING_ENABLE is commented/disabled, it will transform all incoming runningStatus messages in full midi messages. * Else, it will put in the buffer the same info that it had received (runningStatus will be not transformated). * It recommend not use runningStatus by default. Only use if parser accepts runningStatus and your application has a so high transmission rate. */