-
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
Flanger FBV #7083
Labels
Bug Report
Item submitted using the Bug Report template
DSP
Issues and feature requests related to sound generation in the synth
Effects
Milestone
Comments
Uhhh yeah that is probably supposed to be a clamp? |
mkruselj
added
DSP
Issues and feature requests related to sound generation in the synth
Effects
labels
Jun 29, 2023
well i want to se what it was before the port. Has it been that way forever? That logic kinda makes sense and is continuous but it is a weird way to code it. (If that is correct it should be if(fbv > 0 && fav < 1) fav = sqrt(fav) etc |
Looks like it was like that all the way back to XT 1.0: |
baconpaul
added a commit
to baconpaul/sst-effects
that referenced
this issue
Jul 4, 2023
surge-synthesizer/surge#7083 basically rewrite a bit of code which threw a warning for good reason.
baconpaul
added a commit
to surge-synthesizer/sst-effects
that referenced
this issue
Jul 4, 2023
surge-synthesizer/surge#7083 basically rewrite a bit of code which threw a warning for good reason.
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Jul 4, 2023
1. sst-effects has a tiney flanger fix; pull the submodule 2. Nimbus slot enum was private; make it public for rack Closes surge-synthesizer#7083
baconpaul
added a commit
that referenced
this issue
Jul 4, 2023
1. sst-effects has a tiney flanger fix; pull the submodule 2. Nimbus slot enum was private; make it public for rack Closes #7083
This was referenced Mar 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Report
Item submitted using the Bug Report template
DSP
Issues and feature requests related to sound generation in the synth
Effects
Flanger post port has this code
which looks pretty fishy. What's with that self assign? So just check I didn't blow it in the port before we ship 1.3.
The text was updated successfully, but these errors were encountered: