Metro question: how can I trigger a function on ticks instead of steps?
I’m trying to change step rates so that I can use 32n, 64n, or different subdivisions such as triplets or dotted notes. Since each step has 6 ticks, I figured I’d just need to get the correct modulo for each interval. Correct?
I tried adding a callback to /lib/beatclock.lua but it doesn’t seem to work.