On Wed, Feb 22, 2023 at 10:52:49AM +0100, Jeanette C. wrote:

> https://www.dropbox.com/s/b0bh9pxsqzmar5j/midiclock.cpp

This is very strange:

   miss_time = now - wakeup;
   wakeup = now + (delta - miss_time);

Which just means:

   wakeup += delta;

So it's not wrong, just confusing by suggesting this
somehow compensates for the previous tick being late.
It doesn't, nor should that be done.

-- 
FA

_______________________________________________
Linux-audio-dev mailing list -- linux-audio-dev@lists.linuxaudio.org
To unsubscribe send an email to linux-audio-dev-le...@lists.linuxaudio.org

Reply via email to