On 12/16/13 3:54 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:

>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.
Maybe worth further investigation?
>
>> 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
Interesting, the doc says it includes repetitions.  I figured this number
would keep increasing and not set back. Are you sure that's the expected
behavior?

-Alex

Reply via email to