Looking for a FIR filter plugin

VST, AU, AAX, CLAP, etc. Plugin Virtual Effects Discussion
Post Reply New Topic
RELATED
PRODUCTS

Post

Hi,

I am looking for a FIR filter VST/DirectX plugin with the ability to import the FIR filter coefficients from a text file.

Anyone knows of anything similiar?

Thanks,

Post

from a text file? nope
try synthmaker though you should be able to cook up something similar

Post

FreEQ Boy might be close to what you want. I can import stereo LP/BP/HP shapes that are very easy to specify as ascii text in a file, then import the file.

In my case it's easy because I use the steepest slope possible (about 100db/octave or so) so there aren't many numbers to configure. For example here's a stereo 60-125Hz bandpass:

Code: Select all

0.0 0.0 0.0 
60.0 0.0 0.0 
60.0 1.0 1.0 
125.0 1.0 1.0 
125.0 0.0 0.0 
22500.0 0.0 0.0 
Here's the link:
http://www.kvraudio.com/get/986.html

If you want to get more complicated slopes happening you can either export a curve you've made and tweak it or write a short little computer program that will export ascii data co-efficients per the FreEQ Boy format.

There's a couple of threads on FreEQ Boy where the developer (Paul aka WideBoy/SpaceBoy says some more stuff - also the manual has loads of details).

Post Reply

Return to “Effects”