Trigger button in Buttons module
I was trying to replace a series of button modules in an old project with a single Buttons module, but I noticed that there’s no direct replacement for the trigger kind, which just produced a single pulse, regardless of how long it was pressed. What would be the best way to try to mimic its behavior with a momentary button? I’m using a 1-sample impulse module in the meantime.
Comments
By chance is discovered you can change the behavior of the individual buttons by finger swiping up 👆 on them 😊 then adjust in the pop-up
Yep, but there’s only momentary and switch, no trigger mode
True.
You can either add an Impulse module with the gate input connected to the button, or add a Differentiator module. If you don't want the negative pulse, add a Half Rectify. If you want pulses when pressing and releasing the button, add a full wave rectify.
@giku Adding a "Trigger" mode in Buttons would make sense, as well as a "Radio Buttons" mode that has been requested long ago.
I did use impulse modules after all. Interesting use of the differentiator and rectify modules, I always learn from your feedback, thanks!
You're welcome 😊