hi!
I can't use any of these functions for what I want to do. They all depend on the release of the button to spit out the time the button was held, but I want my button to react while the button is being pressed.
is there a "live" time counter?
sss/ctrl/buttonFunctions has the "loopupdate" output that triggers every time the time counter resets to 0, if the input pulse is long enough, but it's not convenient since it also triggers at the beginning of the pulse that starts the timer in the first place...I could work around this but I'm pretty sure there's a more simple workaround.