FILTERS in GEN
Good morning,
could someone show me how to implement basic filters (first order FIR, IIR, ALLPASS, COMB...) with GEN ?
Is possible to implement directly the math formula using Codebox or Expr objects?
Thanks a lot and all the best.
Cristian
Have a look at gen~.filters.maxpat in the Examples folder. And you can implement it with Codebox transcoding what's inside the gens~.
There's also gen~.comb and gen~.biquad to look at, and the moogladder example which is in GenExpr format. And take a look at Peter McCulloch's patchers too, and others that have been shared in this forum.