As mentioned in this thread - http://developer.anscamobile.com/forum/2010/12/21/timing-trouble - the performWithDelay functionality is not a “high performance timer”.
My question is whether the Transitions are better at timing than performWithDelay?
I was originally going to use performWithDelay to kick off a series of Transitions in time to the beat of a music track. As this has been proven not possible with performWithDelay - due to timing drift - I thought I could achieve the same thing using Transitions alone. So, instead of having a timer call a function every X milliseconds to start a Transition, instead I’d have a mass of Transitions triggered once, but with varying delays.
Would that work and keep time, i.e. is the delay property on a Transition a “high performance” timer? [import]uid: 26769 topic_id: 6998 reply_id: 306998[/import]