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
[BUGFIX] Fix Audio/Visual Offset causing skips on song start (#3732)
* Fix audio offset interactions with song start
Don't use combined offset here-- using it will cause the instrumental to skip forwards due to your offset. Just use instrumental offset, and don't play it when the song starts-- let resyncVocals do that
* Alter countdown + conductor behavior
Conductor's minimum songPosition when music is playing is now combinedOffset.
resyncVocals is also no longer used when the song starts, as it complicates matters and causes weird double-upping whatever due to the song being played, paused, and then played again
* Update source/funkin/Conductor.hx
thank you https://github.com/cyn0x8 for reminding me FlxMath.bound exists
Co-Authored-By: cyn <[email protected]>
* Oops, don't need this here
Thank you @NotHyper-474!
* Fixed instrumentalOffset goofiness :D
---------
Co-authored-by: cyn <[email protected]>
Co-authored-by: Abnormal <[email protected]>
0 commit comments