so currently I have a fader set to button with the interaction mode being hold so the modifier can tell me when the fader cc is more than 0, this is mainly for fader start (there's more to it but that's the gist)
so basically if fader is in the range between 1-127 modifier 7 will be set to a value of 1 and if the fader cc is 0 the modifier 7 value is set to 0
the problem is I would like to set the value of modifier 7 when fader cc is '0' to 3 instead of hold function defaulting to 0
is there a way to do this?
with Invert it applies the hold value to when cc value hits 127 instead of 0 so it seems only work on I'm assuming the command order?
Is command order a thing I should rely on when using modifiers or is it bound to fail?