From 771f9232230c9bc203af691eb1420253bf0fbaae Mon Sep 17 00:00:00 2001 From: lathoub Date: Sat, 7 Mar 2020 08:37:04 +0100 Subject: [PATCH] active sensing defaults to false, to avoid spamming devices --- src/midi_Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/midi_Settings.h b/src/midi_Settings.h index af1d972..84716c4 100644 --- a/src/midi_Settings.h +++ b/src/midi_Settings.h @@ -70,7 +70,7 @@ struct DefaultSettings termination, the receiver will turn off all voices and return to normal (non- active sensing) operation.. */ - static const bool UseSenderActiveSensing = true; + static const bool UseSenderActiveSensing = false; /*! Setting this to true will make MIDI.read parse only one byte of data for each call when data is available. This can speed up your application if receiving