comb~ Reference

Apply a comb filter effect

comb~

Examples

Arguments

delayTime [auto]

Optional

Sets the delay time in ms.

gain [auto]

Optional

Sets the filter gain.

ffGain [auto]

Optional

The feedforward coefficient.

fbGain [auto]

Optional

The feedback coefficient.

Inlets

x [auto]

The signal to be filtered.

delayTime [auto]

Sets the delay time in ms.

gain [auto]

Sets the filter gain.

ffGain [auto]

The feedforward coefficient.

fbGain [auto]

The feedback coefficient.

Outlets

out1 [signal]

The filtered signal.

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

delayTime [auto]

Sets the delay time in ms.

fbGain [auto]

The feedback coefficient.

ffGain [auto]

The feedforward coefficient.

gain [auto]

Sets the filter gain.

reset [bang] (default: 0)

Banging this attribute will reset the object to its default state.

x [auto]

The signal to be filtered.

See Also

Name Description
comb~ Apply a comb filter effect
biquad~ Two-pole, two-zero filter
allpass~ Apply an allpass filter effect
cross~ Third-order crossover filter
lores~ Resonant lowpass filter
reson~ Resonant bandpass filter
svf~ State-variable filter with simultaneous outputs
swanramp~ Switch-and-ramp click compensation