-
Notifications
You must be signed in to change notification settings - Fork 404
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
Formant slider is invisible at first when opening a "Choir Pad Thing" factory patch #5581
Comments
I discovered this thing when manually testing and comparing all factory presets between the versions for audible differences. So far I've found none including fiddling macros, pitch bending and a quick modwheel testing. |
This is not a bug - that just means those filters are disabled (which is a right click menu option). In 1.9 we had to show this differently on Linux due to VSTGUI bugs on Linux, but with JUCE, we can show it transparent (as it was intended) across all platforms! The other thing which you show about mod assign mode is simply the transparency between the green mod slider and regular orange slider blending together. That's just how it is. |
Okay, I tested the Format behavior and it was exactly as you said: On both versions it's disabled (though the patch shows a value of "-3075.00 %". I need to look up how the disabling actually works as I did not find a way disable it again after touching the control. |
The Low Cut and High Cut have Activate and Deactivate context menu items and that works as expected. However the Formant control does not have activation option at all. Also the sound changes after I touch it once in both versions and I can't get it back to way it was unless I'm reloading the patch. Could this be a separate issue? |
Ah so that would just be a patch versioning issue for Formant parameter. Corrupt value stored, or something. I vaguely remember stumbling upon it. That's a separate and unrelated issue, though. |
Thank you for the clarification! If the value is corrupted then I guess it's "garbage in garbage out" situation in terms of the UI. |
Yeah... but apparently the engine still takes it and makes a plausible sound. Worst thing is - none of the "legal" values reproduce that sound. So we might just axe the patch from the library... but I would be curious to know if there are other factory patches that have Formant parameter borked like this. This is a patch from streaming version 9 (if you open the .fxp you can find an XML entry |
I'll go through at least the factory presets and so far I've found problematic ones:
I'll open a ticket with full listing about this regression issue once I'm done with the factory presets. |
@xard-dev No need for a ticket, I've located the issue and one of next nightlies are going to have it fixed! |
Fixed at head now! |
Oh, nice! The issue was related to Window type waveform. Pads
Polysynths
Sequences
Oh, and I did not notice any audible difference between Surge and Surge XT Factory presets when comparing them with same midi notes and 75% panning (left older, right XT). Unfortunately the older VST3 version does not have audio inputs in Ardour so I could not test the vocoder and inputs against the older verion. However the LV2 XT sounded ok. |
Awesome thank you |
Bug Description:
Formant slider is invisible at first when opening a "Choir Pad Thing" factory patch.
Surge Version
Surge XT 0.99.main.007a427
Reproduction Steps:
Steps to reproduce the behavior:
Expected Behavior:
The format slider is rendered.
Screenshots:
Computer Information (please complete the following information):
Additional Information:
This is not an issue in older Surge.
There is also something unexpected going on when clicking the S-LFO1 control to show the slider which might or might not have anything to do with the main issue:
The text was updated successfully, but these errors were encountered: