Skip to content

Chorus/Flanger/Phaser

  • flanger.m~ The flanger.m~ object is a multichannel audio effect that acts as a wrapper for the flanger~ object from the ELSE library.
  • chorus~ The chorus~ object is a simple mono audio effect that creates a chorus sound by combining the input signal with a slightly delayed and pitch-modulated version of itself.
  • chorus.m~ chorus.m~ is a wrapper object for the chorus~ audio effect from the ELSE library.
  • flanger~ The flanger~ object is a simple audio effect that applies flanging to an input signal.
  • tremolo~ The tremolo~ object performs amplitude modulation on an input signal.
  • phaser.m~ The phaser.m~ object is a wrapper around the phaser~ object from the ELSE library.
  • phaser~ phaser~ is a mono phaser audio effect that uses an internal allpass filter, whose order can be set by the number of stages.
  • pm~ pm~ is a basic phase modulation unit that uses a pair of sinusoidal oscillators, where one modulates the phase of the other.
  • comb~ The comb~ object implements a comb filter, which can be used for both filtering and delay effects on audio signals.
  • ffdelay~ ffdelay~ is a simple feed-forward audio delay line that supports interpolation (cubic spline or linear) for smooth delay time changes.
  • circuit~ The circuit~ object simulates analog electronic circuits from a text description, allowing users to model various audio effects and synthesis components.
  • vibrato~ The vibrato~ object applies a vibrato effect to an incoming audio signal.