Hi
I tested the Filterbank demo from Faust program.
I would like to code a filterbank myself with differents Frequencies, Gain, Bypass for each frequency etc...
I do not really how I can code that :
Example from faust :
Usage
_ : filterbank (O,freqs) : par(i,N,_) // Butterworth band-splits
Where:
O: band-split filter order (odd integer required for filterbank[i], a constant numerical expression)
freqs: (fc1,fc2,...,fcNs) [in numerically ascending order], where Ns=N-1 is the number of octave band-splits (total number of bands N=Ns+1).
If frequencies are listed explicitly as arguments, enclose them in parens:*
_ : filterbank(3,(fc1,fc2)) : _,_,_
Is there a simple way ?
thanks
Math