active sensing defaults to false, to avoid spamming devices
This commit is contained in:
parent
1b6a755c58
commit
771f923223
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue