active sensing defaults to false, to avoid spamming devices

This commit is contained in:
lathoub 2020-03-07 08:37:04 +01:00
parent 1b6a755c58
commit 771f923223
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ struct DefaultSettings
termination, the receiver will turn off all voices and return to termination, the receiver will turn off all voices and return to
normal (non- active sensing) operation.. 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 /*! 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 call when data is available. This can speed up your application if receiving