Open
Description
Issue Checklist
- I have read the Contributing Guide
- I have checked the Issues/Discussions pages to see if my issue has already been reported
- I have properly titled my issue
Platform
Compiled from GitHub Source Code
Browser
None
Version
0.5.3 Develop branch + 0.6.1
Description (include any images, videos, errors, or crash logs)
After extensive testing of #4304, I found that the losing and regaining focus during a song causes the resync vocals function to trigger, which skips the song forward by a split second.
This bug (and #4304) does not occur on the release build of 0.5.3 since the cause is a change on the develop
branch. This commit (line 909) causes the issue.
My guess is that the Conductor keeps moving forward for a moment while the music is paused. Upon returning, the resync vocals function forces the song to match the Conductor's advanced time.
Steps to Reproduce
- Start any song
- Lose focus
- Regain focus
- The song will skip forward by a small amount