Hi,

> Do you know why Scale doesn't display NaN?
No.

> I didn't see any code setting _playheadTime to zero, but I certainly could 
> have missed it.
Not sure either.

> I think you're saying that since _playheadTime is continuously increasing
> even when waiting for startDelay, that there is no need to factor
> startDelay into the getter.  Is that correct?
Correct but it should loop about back to that start time when repeating.

eg say with a start delay of 200 and a duration of 100 - something like this:
0
50
100
150
200
250
300
200
250
300
etc
etc

Thanks,
Justin

Reply via email to