-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add an 'Adjust Pitch' setting for RateAdjust mods #11887
Conversation
Depending on a framework pull that has been abandoned for 3 months and doesn't even pass tests doesn't bode well. You'd probably need to get @frenzibyte to actually finish that one. That aside I'm not sure if there's any value in having the "adjust pitch" thing show up for day/nightcore, if it'll just be disabled. I'd probably just nuke it altogether and only define it for DT/HT. Aside from that this will need a web-side change in its current state. This setting should probably get sent to web for replays' sake, but I suppose it could be argued that it's purely a user-side thing (similar to #11200) and should not get sent to web. If we're going for the latter, that'll be another blocker. |
Regrettably that whole issue is way out of my league or I would of looked into it myself. I was hoping that considering there was still some more recent activity on other dependant framework PRs that some progress was still being made. I guess its probably best I try to move forward with below then to avoid the whole issue.
I mainly avoided this as it requires some more extensive changes. As it stands, NC inherits from DT. So moving the whole adjust pitch logic out of |
I wouldn't necessarily be opposed to removing the double time -> nightcore inheritance. As it can be seen with this PR the two begin to diverge in some ways. That said I'd prefer to get more opinions on the preferred way forward first. |
If removing the inheritance fixes the underlying issue, I don't see a huge reason not to do that. As mentioned, they are kind of taking their own path as mods. The inheritance was only there as a convenience thing for as long as it was valid. |
|
Closing as stale (1 year old), with framework-side dependency closed, and I don't think this is high priority enough to be kept open. |
As discussed in #11878, an adjust pitch setting has been added to ModRateAdjust. Nightcore and Daycore currently has this setting disabled.
Closes #9958