-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[BUGFIXES] Chart editor - Set playspeed after variation load, volumes being reset to 100% #4212
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
base: develop
Are you sure you want to change the base?
[BUGFIXES] Chart editor - Set playspeed after variation load, volumes being reset to 100% #4212
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't work in my testing, not sure why!
ae43086
to
8e8e7f1
Compare
Whoops, that's because I was dumb and didn't notice that I put the pitch changes in the audioInstTrack.onComplete function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if it's because #4182 hasn't been merged, but switching variations now causes the speed to stay but the pitch to revert to normal.
There's also a strange distortion effect until you change the playback speed again.
Huh? How??? That shouldn't be possible, the speed and pitch are the same thing. Do you think you could get a video of this? I didn't encounter this issue in my test of it. |
This video hurts my soul awful.video.mp4 |
8e8e7f1
to
c539063
Compare
You should now no longer experience any soul hurting with this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No more soul hurting
c539063
to
b0e14c8
Compare
b0e14c8
to
0ebe32e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, this fixes #3463!
0ebe32e
to
4862b19
Compare
Does this PR close any issues? If so, link them below.
Fixes #3041, fixes #3463
Briefly describe the issue(s) fixed.
When a variation is loaded (or an audiotrack is reloaded), the new audiotracks don't have their playback speed set.
This PR fixes that, by doing after they're loaded.
Volume resets to 100% after playtest.
The volume sliders use values of 100 and isn't divided down to a single float, so it'd always be set to 100% after a playtest or a different audio track being loaded.
Include any relevant screenshots or videos.