Behavior when a message is received

For Push, Toggle and Hold buttons

Up to and including version 1.8.6, the default behavior when receiving CC messages was to set the button in the On state if the received value was on or above the specified On value.

Version 1.9.x changes the default behavior to set the button in the On state only if the received value is the specified On value.

Version 3.7.x adds the option to ignore all values except the On and Off values.

All values above "On" => On. Values below "On" => Off The button will be set to the On state if the received value is equal to or higher than the registered On value; a received value below the On value will set the button in the Off state.
Only the "On" value => On. All other values => Off The button will be set to the On state only if that exact On value is received; any other value will set the button in the Off state.
Only the exact "On" and "Off" values are used. The button will be set to the On state only if the On value is received; the button will be set to the Off state only if the Off value is received. All other values are ignored.

Buttons created before version 1.9.x will have the first option selected since that was the default behavior when created. Buttons created with version 1.9.x or later will have the second option selected, as the default configuration is changed to only treat the exact On value as an On trigger.

For Fader, V-Pot, Scrub wheel and Cycle buttons

This selection is not used for these button types.