FastLED 3.9.15
Loading...
Searching...
No Matches

◆ SenderActiveSensingPeriodicity

const uint16_t DefaultSettings::SenderActiveSensingPeriodicity = 0
static

Active Sensing is intended to be sent repeatedly by the sender to tell the receiver that a connection is alive. Use of this message is optional. When initially received, the receiver will expect to receive another Active Sensing message each 300ms (max), and if it does not then it will assume that the connection has been terminated. At termination, the receiver will turn off all voices and return to normal (non- active sensing) operation.

Typical value is 250 (ms) - an Active Sensing command is send every 250ms. (All Roland devices send Active Sensing every 250ms)

Setting this field to 0 will disable sending MIDI active sensing.

Definition at line 101 of file midi_Settings.h.