Skip to content

Bug Report: Song resync skips forward in the song on refocus #4332

Open
@Hundrec

Description

@Hundrec

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

  1. Start any song
  2. Lose focus
  3. Regain focus
  4. The song will skip forward by a small amount

Metadata

Metadata

Assignees

Labels

status: bug reproducedInvolves a bug which can be reliably reproduced by reviewers.type: minor bugInvolves a minor bug or issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions