Update BLEMIDI_Transport.h

This commit is contained in:
lathoub 2021-09-23 17:30:06 +02:00
parent 12493b1054
commit f67b1ea937
1 changed files with 1 additions and 1 deletions

View File

@ -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). * 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. * It recommend not use runningStatus by default. Only use if parser accepts runningStatus and your application has a so high transmission rate.
*/ */