-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix: remove scaleSignal in waveform analyzer #13416
Conversation
As this hasn't been merged immediately after #13106, doesn't this require another version bump? |
It hasn't been that long, so could we assume it is still fine to do it now? If we wait more, agreed it will need another bump. |
A version bump, is cheap now that we have already a bump. Regular user needs to reanalyze after update anyway. So let's bump again and avoid inconsistency for alpha users. |
f6052c4
to
c998638
Compare
c998638
to
eb1b605
Compare
Updated - are we happy with my approach to make a minor bump? |
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.
WaveformFactory::waveformVersionToVersionClass() needs to be updated as well.
I think we want to remove 6.0?
@acolombier Unfortunately there is a merge conflict now |
Updated @JoergAtGithub - hopefully this can go in now! |
there is a weird compilation error (maybe whitespace related?). Can you look into that? |
@daschuer merge? |
there is still an MSVC error. Can you look into that? |
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.
LGTM. waiting for @daschuer to resolve their review
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.
LGTM, thank you.
This PR removes the signal scaling applied on bass and global signal.
@m0dB @ywwg @JoergAtGithub your review and test would be very appreciated! :)
Depends on #13106 , which contains the Waveform version bump.