FILTERS in GEN

Cristian's icon

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

pm's icon

Have a look at gen~.filters.maxpat in the Examples folder. And you can implement it with Codebox transcoding what's inside the gens~.

Graham Wakefield's icon

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.