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,
Looking for a FIR filter plugin
-
- KVRist
- 240 posts since 19 Mar, 2004 from London UK
from a text file? nope
try synthmaker though you should be able to cook up something similar
try synthmaker though you should be able to cook up something similar
-
- KVRAF
- 2049 posts since 18 Sep, 2003 from Seattle USA
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:
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).
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
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).
