button in S61 MIDI Template config is set to …
{"color": "White", "custom_label": true, "label": "Osc1 Oct", "mapping": {"assignment": {"cc": {"midi_cc_number": 74, "midi_channel": 0}}, "behaviour": {"increment": {"max": 96, "min": 0, "step": 32, "wrap": true}}}},
Expected Behavior: Push button and it goes through CC value 0,32,64,96 then back to 0.
Actual Behaviour: Never hits 0. Only goes straight to 32 then 64 then 96 then back to 32.
Feature Request: add new option instead of increment to put in array of values so i could put in 0,32,64,96 and it will wrap those with each button push. OR any numbers like. [0,5,22,55,88,99] and wrap those with each button push.