Hi,
I want to use a [dial] object to control a timer. Where one full turn is 60s, and when you go all the way around, it can send a bang or something to make another number box go up one (minutes).
I first tried [match 59 0] and [match 0 59] (for turning the dial backwards). that worked well, except when I turn the dial fast (dial skips numbers when you go fast). I then tried something with [>] which I can only get working well for increasing values, and won't let you decrease.
Has anyone did anything like this before? Any ideas?