It poses a problem for me, because i'm trying to rig a video file up in a way, so that the beatclock/4 triggers Goto Start every 4 beats, but i additionally want to have manual control over it, so that it also goes to start when i press a midi button. Having assumed that it's triggered when the value is 1, i added an offset modifier that is controlled by my midi button which would toggle it to 1, however i noticed it's not working properly due to the 0.5 threshold.
Would there be another way to achieve my goal?
I figured if i could have modifiers, that are bypassed if the midi button sends 0, and are not bypassed if the button sends 1, it would be possible with an expression (or scale and add) modifier like 0x+1, but i cant seem to figure out how to do this as well without changing the actual output that my midi controller sends. Maybe that would be a good feature request? to invert the param range of a midi-controlled modifier? or is it possible already somehow
thanks a lot