Is there any easy filters with bypass?

For general discussion related FlowStone
Post Reply
djbrynte
Posts: 613
Joined: Mon Jun 22, 2009 10:51 am
Contact:

Is there any easy filters with bypass?

Post by djbrynte »

im looking for a filter with.

bypass
lowpass
bandpass
highpass

and 12 - 24 db to choose
User avatar
martinvicanek
Posts: 1334
Joined: Sat Jun 22, 2013 8:28 pm

Re: Is there any easy filters with bypass?

Post by martinvicanek »

What a coincidence: I have just made one for another project. Feel free to use.
Attachments
MultiFilter.fsm
(18.69 KiB) Downloaded 888 times
djbrynte
Posts: 613
Joined: Mon Jun 22, 2009 10:51 am
Contact:

Re: Is there any easy filters with bypass?

Post by djbrynte »

realy nice but why is the lines blue?
User avatar
martinvicanek
Posts: 1334
Joined: Sat Jun 22, 2013 8:28 pm

Re: Is there any easy filters with bypass?

Post by martinvicanek »

Because it is a static filter (controlled by knobs, not a control signal), you would not place it in the poly section. With this in mind, I have used SSE for optimization so it won't work in poly.
User avatar
martinvicanek
Posts: 1334
Joined: Sat Jun 22, 2013 8:28 pm

Re: Is there any easy filters with bypass?

Post by martinvicanek »

Added a dynamic filter version (poly capable).
Attachments
MultiFilter2.fsm
(31.01 KiB) Downloaded 901 times
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Is there any easy filters with bypass?

Post by nix »

Thanks mate!
- and for helping DJ B too

So can I just subtract the output of the bandpass from the original signal to get a notch?

Cheers, Nick
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: Is there any easy filters with bypass?

Post by MyCo »

nix wrote:So can I just subtract the output of the bandpass from the original signal to get a notch?


No, that would be a band stop filter. It might become a notch, when the band can get to zero, or very close

@Martin, I'm wondering if it is possible to implement filter overdrive into these ZDFs. For regular filters this is done by manipulating the internal delayed samples. Haven't had any luck with that in ZDFs.
djbrynte
Posts: 613
Joined: Mon Jun 22, 2009 10:51 am
Contact:

Re: Is there any easy filters with bypass?

Post by djbrynte »

wow very good martin :)
User avatar
martinvicanek
Posts: 1334
Joined: Sat Jun 22, 2013 8:28 pm

Re: Is there any easy filters with bypass?

Post by martinvicanek »

Ah, nonlinearities and saturation in filters - a vast topic. If you follow the discussion at KVR it can get really scary how much brain power the guys put into VA filter emulation. I have not taken a deep dive into that matter yet. One thing that seems to be important to people is accurate tuning in self oscillating mode. Filters with an additional unit delay in the feedback path don't provide independent control of resonance frequency and feedback Q, that's one of the reasons why they seem to like ZDF.

My approach was the other way around: start from a recursive siine oscillator where you have complete control over the frequency, then introduce damping or gain. In the latter case, add some saturation mechanism to prevent the oscillator from exploding. For a quadrature oscillator, this can be done without affecting the center frequency. Now you can let the oscillator run freely or drive it with audio input, in which case you obtain a perfectly tunable resonant filter.

I still have the schematic on my HD but it would need a cleanup before posting.
Post Reply