Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase ducking duration when selecting Mania ruleset #30423

Merged
merged 3 commits into from
Nov 6, 2024

Conversation

nekodex
Copy link
Contributor

@nekodex nekodex commented Oct 25, 2024

Extends the duck duration to sit better with the new longer Mania selection sample.

Not sure if matching via the ruleset's OnlineID is the best approach here?

@nekodex nekodex added the audio label Oct 25, 2024
@peppy peppy self-requested a review November 6, 2024 06:15
@peppy peppy force-pushed the ruleset-selection-duck-tweak branch from 00318cc to da95a1a Compare November 6, 2024 09:55
musicController?.DuckMomentarily(500, new DuckParameters { DuckDuration = 0 });

// Longer unduck delay for Mania sample
int unduckDelay = r.NewValue.OnlineID == 3 ? 750 : 500;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a bit dodgy but let's just go with it for now.

@peppy peppy merged commit 35397d9 into ppy:master Nov 6, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants