-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ZynAddSubFx glitch on high sample rate #5534
Comments
I can confirm the issue.
That's what you'd get with a floating point error. A good candidate to trouble shoot with the WANT_DEBUG_FPE debug option. |
Tested with
I get the same result no matter what bit depth setting I use. |
Oversampling was removed in #7228 |
It's not an issue with the oversampling feature, it's a ZynAddSubFx bug when using high sample rates in general. |
Updated the original post to be reproducible without the removed setting. |
Well it is, but that pr is open, thus not in newest master. |
Ah, right! Now I found it.
Interesting. I do get the bug but it doesn't show up on export. |
A rare glitch appears with ZynAddSubFx with very specific scenarios. It Might be related to the envelopes in ZynAddSubFx, but it happens too randomly to be sure.
Steps to reproduce:
Expected behavior:
The sound sounds, then goes to silence.
Actual behavior:
You can see a gradually appearing DC offset in the output.
Putting in a reverb in Zyn produces even more crazy things.
Tested in 1.3.0-alpha.1.606+g75d6be2ea (Linux/x86_64, Qt 5.15.13, GCC 14.1.1 20240507)
The text was updated successfully, but these errors were encountered: