You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From a metronome app I wrote, I don't think you can rely on setInterval for timing if you want it to be precise. Over time it will drift. Use can use something like performance.now() instead.
The text was updated successfully, but these errors were encountered:
From a metronome app I wrote, I don't think you can rely on setInterval for timing if you want it to be precise. Over time it will drift. Use can use something like performance.now() instead.
The text was updated successfully, but these errors were encountered: