Closed p3r7 closed 1 year ago
before this PR, doing a params:set("my_param", 1) on a trigger param would have it stay "stuck" in this on state (like a toggle).
params:set("my_param", 1)
trigger
toggle
NEED FOR REVIEW: maybe should we do the same thing for the momentary type? idk what this type is and how it is supposed to behave.
momentary
my understanding is a "momentary" button is one that's on while held down, like a note on a keyboard. so i think this change is all that's needed, thank you!
before this PR, doing a
params:set("my_param", 1)
on atrigger
param would have it stay "stuck" in this on state (like atoggle
).NEED FOR REVIEW: maybe should we do the same thing for the
momentary
type? idk what this type is and how it is supposed to behave.