comb~
The comb~
object implements a comb filter, which can be used for both filtering and delay effects on audio signals. It takes an input signal and applies a delay with feedforward and feedback gain coefficients, defined by the equation y[n] = a * x[n] + b * x[n-D] + c * y[n-D]
. Parameters for delay time (D
), input gain (a
), feedforward gain (b
), and feedback gain (c
) can be controlled via inlets or arguments.
AI Generated
This content was generated with the assistance of AI. If you notice any errors, please report them or submit a fix using Submit. Check the prompt used here.
- Download via Deken.
Open
Pd
and go toTools
Find Externals
. Search forcyclone
and install it. Then create an object withdeclare -lib cyclone -path cyclone
. Finally, usecomb~
or any other object fromcyclone
. - Library developed mainly by Alexandre Torres Porres.
- Report Bugs/Errors here!
- Available for .