Skip to content

Add Pitch Adjust mod#34949

Open
kptach wants to merge 14 commits into
ppy:masterfrom
kptach:pitch-mod
Open

Add Pitch Adjust mod#34949
kptach wants to merge 14 commits into
ppy:masterfrom
kptach:pitch-mod

Conversation

@kptach

@kptach kptach commented Sep 7, 2025

Copy link
Copy Markdown
Contributor

This PR aims to add Pitch Adjust mod for all rule-sets witch changes pitch with semitones, without affecting playback speed.

2025-09-23.22-47-08.mp4

@Moebytes

Moebytes commented Sep 23, 2025

Copy link
Copy Markdown

I like this addition, but I think the pitch should be set in semitones (-12 to +12, precision 1) for more musical results.

Here's the formula to get a multiplier from semitones:

double multiplier = Math.Pow(2, semitones / 12.0);

edit: also why two mods, I think that's easy to make into a single one

@pull-request-size pull-request-size Bot added size/M and removed size/L labels Sep 23, 2025
@kptach kptach changed the title Add Pitch Up and Pitch Down mods Add Pitch Adjust mod Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants