|
|
static constexpr bool | defaultRampSaturates = false |
| | By default, will custom ramp saturates, or else wrap around?
|
| |
|
static constexpr bool | defaultClearStripOnModeChange = true |
| | By default, will strip be cleared between modes, or else do nothing?
|
| |
|
static constexpr uint32_t | defaultCustomRampStepSpeedMs = 16 |
| | By default, how slow custom ramp changes value (milliseconds)
|
| |
|
static constexpr bool | defaultCustomRampAnimEffect = true |
| | By default, use custom ramp animation, or else do nothing?
|
| |
|
static constexpr uint32_t | defaultCustomRampAnimChoice = 0 |
| | By default, which custom ramp animation to use?
|
| |
|
static constexpr uint32_t | scrollRampStepSpeedMs = 850 |
| | (misc) Override how slow mode & group scroll goes (milliseconds)
|
| |
|
static constexpr uint32_t | rampStartPeriodMs = 128 |
| | (misc) Override ramp wait time before starting (milliseconds)
|
| |
|
static constexpr uint8_t | initialActiveIndex [4] = {0, 0, 0, 0} |
| | (misc) Override default initial active group or mode (by index)
|
| |
|
static constexpr uint8_t | defaultFavorite [4] = {0, 0, 0, 0} |
| | (misc) Override default initial active favorite mode (by index)
|
| |