hmm, so previously animator did this
clock.on_select_crow = function()
crow.input[2].mode('change', 1, 0.5, 'rising')
crow.input[2].change = animator.count
end
It looks like in the global clock module the setting is
crow.input[1].mode("change",2,0.1,"rising")
The main difference being it is now input 1 (assuming you were using the correct input?), and the volts threshold is 2 instead of 1 (maybe this causes the issue?). I can test later to see if I can reproduceā¦
Would be good to know if youāre seeing the same things in other scripts using global clock (I think āless conceptsā, āfoulplayā, and āawakeā use it off the top of my head)