Hi,
I am trying to use faust to make an SC plugin. I want the plugin to have N
peak_eq filters in sequence. There should be N+1 inputs to the plugin. The
first input channel is the audio and then the next N input channels are
control over the gain of the filter. Not sure why the following doesn’t
work. Hopefully it is clear what I want to do. Been using SC for 20 years,
so lispy thinking is a bit foreign to me:
import("stdfaust.lib");
nBands = 10;
start = 22050.0/2048.0;
process = ba.selector(0,nBands+1) : seq(i, nBands,
fi.peak_eq(ba.selector(i+1,nBands+1), start+(i*start), 20));
Obviously, I can do this without the seq, but the final version will have
300 peak_eq’s.
Thanks,
Sam
_______________________________________________
Faudiostream-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-users