-
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
Dual filter unit as effect #1389
Comments
@mkruselj as discussed |
The 12 parameters would be (with sections): Filter 1 Filter 2 Routing Waveshaper Output Now, I wonder if we should include all the configs, or just the ones that are stereo? I think S1 we can drop because S2 is exactly the same just with feedback. If we can make all of them stereo input just for the sake of the FX unit (I think we should), then all those that are mono dupes should be removed. OK that basically means S2 can be dropped because it's the same as Wide only it's mono. So, I guess we would have these: S3¸, D1, D2, Ring (convert them to stereo in), L-R, Wide. |
Addresses surge-synthesizer#1389
Still a welcome addition; but it will be a welcome addition in 1.7.1 or later. Sorry I'm just not gonna make the cut for an early Aug release. |
So returning to this and the idea discussed on slack, that we don't need the same configurations. Basically we want a stereo effect which is a couple of filters. So we could lay out our 12 slots like this Filter 1 Filter 2 Feedback Output Then we have a single stereo configuration which is
Alternately we can fix the WaveShape at Soft and then have multiple configurations (so Feedback becomes Configuration with Algorithm, Feedback and Drive). Then you basically just code this up anew using QuadFilterUnitState and QuadFilterUnit Thoughts? |
I think losing the configs would be a bit of a bummer. Right-click on either Feedback or Mix slider to change the config? Oh but we only need the non-redundant ones. So S1 is out, and if the filter is stereo then S2 is out too, right? |
We could keep the configs and lose the wave shaper shape also? The configs will be different with the effect than with the main bank of course. But I know you know that! |
Waveshaper shape is kinda important, tho... Maybe waveshaper shape could be on right-click of Drive? |
Here are some suggested filter configurations: Serial 1
Serial 2
Serial 3
Parallel 1
Parallel 2
Parallel 3
Parallel 4
|
Discussed on slack So F1: Type / Cut / Res if we do that we lose width but that's OK. There's other FX with M/S width expansion if we really need that. Then the type would behave in some way that it was reasonable to use to be determined. In first draft I would probably just make it a super long list though. |
I'm just thinking... regarding parameters... since this would always be a stereo in, stereo out filter... wouldn't we actually want to have individual pan for F1 and F2 as well?! And then, what do we do with filter types that require 3rd slider (OB-Xd, Sallen-Key, Diode ladder)? Ugh, parameter mess... |
So since we discussed on discord let me add a few implementation notes here
So basically you do a very stripped down version of the QuadFilterChain in a new bit of standalone code build on the QuadFilterUnits |
Oh also I think the fx run at regular rate not at oversample rate so we need to check that too? |
While sound designing, I often utilize the filters in A as well as the filters in B.
It would be stellar to also be able to then run a filter over A & B's output. Even more generally just to have a filter effect.
Minimally, I was wanting to put the filter here in the graph:
The text was updated successfully, but these errors were encountered: