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
Now using millis(), but not good enough because the check only happens on draw(). We need to set a proper timer, and probably use thread synchronization to avoid errors.
Don't use frameCount, but millis(). Otherwise beats are skipped and the rhythm is irregular. Think of a better approach for beat timing.
The text was updated successfully, but these errors were encountered: