Skip to content

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 to ToolsFind Externals. Search for cyclone and install it. Then create an object with declare -lib cyclone -path cyclone. Finally, use comb~ or any other object from cyclone.

  • Library developed mainly by Alexandre Torres Porres.
  • Report Bugs/Errors here!
  • Available for .

Similar


    Comments

    Contributors