@glia @thopa – If you’re willing to make a modification to the script, I’d be really curious to know if tweaking lines 173 and 175 fixes the issue for you. Right now, they’re set as follows:
173: crow.input[1].mode("change", 1.0, 0.25, "rising")
175: crow.input[2].mode("change", 1.0, 0.25, "rising")
Maybe try changing the 0.25s to 0.05?