> Isn't it in nanoseconds (1e-9)?
> If so, the following drift will be 1/1000...

Yes.  But reading through more code, we're also losing 2/3 of a
nanosecond  in tick resolution:

tick->resolution = (tempo * 1000) / ppq;

Which means we're losing about 1.25 nanoseconds every period.

I can definately hear the drift.  So it _must_ be drifting more that
.5ms over 5 minutes.  I'm still searching for other places where we're
losing precision.

jack.

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to