Skip to content

[BUGFIX] Fix song previews cutting out when navigating menus quickly - #8009

Open
AnimatingLegend wants to merge 1 commit into
FunkinCrew:preview/public-playtestfrom
AnimatingLegend:bugfix/freeplay/song-preview-error
Open

[BUGFIX] Fix song previews cutting out when navigating menus quickly#8009
AnimatingLegend wants to merge 1 commit into
FunkinCrew:preview/public-playtestfrom
AnimatingLegend:bugfix/freeplay/song-preview-error

Conversation

@AnimatingLegend

@AnimatingLegend AnimatingLegend commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Linked Issues

Description

This PR fixes / improves how song previews are handled when navigating through the menus.

Changes:

  • Added a timer to the song preview to prevent audio overlapping
    • Added clearPreviews() inside the timer function so old song requests get cached.

Screenshots/Videos

BEFORE:

Video.Project.6.1.mp4

AFTER:

Video.Project.7.mp4

@github-actions github-actions Bot added pr: haxe PR modifies game code. status: pending triage Awaiting review. size: medium A medium pull request with 100 or fewer changes. labels Aug 25, 2026
@AnimatingLegend
AnimatingLegend force-pushed the bugfix/freeplay/song-preview-error branch from a029d74 to 2c328c4 Compare August 25, 2026 19:12
@AnimatingLegend AnimatingLegend changed the title [BUGFIX] prevent song previews from cutting out when navigating through the menus to quickly [BUGFIX] Prevent song previews from cutting out when navigating through the menus to quickly Aug 25, 2026
@AnimatingLegend
AnimatingLegend force-pushed the bugfix/freeplay/song-preview-error branch 3 times, most recently from 6e23dc8 to a01513f Compare August 25, 2026 21:52
@Hundrec Hundrec added topic: freeplay Related to the operation of the Freeplay menu. type: minor bug Involves a minor bug or issue. labels Aug 26, 2026
@Hundrec Hundrec changed the title [BUGFIX] Prevent song previews from cutting out when navigating through the menus to quickly [BUGFIX] Fix song previews cutting out when navigating menus quickly Aug 26, 2026
@Hundrec

Hundrec commented Aug 26, 2026

Copy link
Copy Markdown
Member

Is this a separate change to solely fix the issue addressed in #6961?

@AnimatingLegend

Copy link
Copy Markdown
Contributor Author

yes it is!

@AnimatingLegend
AnimatingLegend force-pushed the bugfix/freeplay/song-preview-error branch 7 times, most recently from 2290c91 to d365a58 Compare August 26, 2026 23:58
@AnimatingLegend
AnimatingLegend marked this pull request as ready for review August 27, 2026 03:13
@AnimatingLegend
AnimatingLegend force-pushed the bugfix/freeplay/song-preview-error branch 4 times, most recently from 975d777 to e7f5095 Compare August 29, 2026 15:18
@Hundrec
Hundrec force-pushed the preview/public-playtest branch from ae0e3ff to b190bf7 Compare August 30, 2026 11:12
@AnimatingLegend
AnimatingLegend force-pushed the bugfix/freeplay/song-preview-error branch from e7f5095 to 2b4d69e Compare August 31, 2026 04:23
@Hundrec
Hundrec force-pushed the preview/public-playtest branch from 3f2fe37 to a1fa227 Compare September 1, 2026 15:49
@AnimatingLegend
AnimatingLegend force-pushed the bugfix/freeplay/song-preview-error branch from 2b4d69e to a582700 Compare September 1, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: medium A medium pull request with 100 or fewer changes. status: pending triage Awaiting review. topic: freeplay Related to the operation of the Freeplay menu. type: minor bug Involves a minor bug or issue.

Development

Successfully merging this pull request may close these issues.

Bug Report: Navigating around Freeplay quickly can cause song preview to not start

2 participants