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
Track time blinks in "pause" state every 1200 ms, marquee changes every 200 ms. Both of these are slightly off, noticeable when displayed along with original winamp. I am using std::this_thread::sleep_for and std::chrono::high_resolution_clock, both lag on device and pc. Need help.
The text was updated successfully, but these errors were encountered:
Track time blinks in "pause" state every 1200 ms, marquee changes every 200 ms. Both of these are slightly off, noticeable when displayed along with original winamp. I am using
std::this_thread::sleep_for
andstd::chrono::high_resolution_clock
, both lag on device and pc. Need help.The text was updated successfully, but these errors were encountered: