CutFilter Op

CutFilter

dj style filter (lowpass and highpass)



Full Name
  • Ops.WebAudio.CutFilter
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


Example Patch CutFilter example

Example patch for CutFilter op.

Open In Editor

INPUT PORTS


Audio In (Object:audioNode)

audio input

Highpass / Lowcut

Highpass active (Number: boolean)

check if you want a highpass to be applied to the signal

Highpass Slope (in dB) index (Number: integer)

Highpass / Lowcut

Highpass Slope (in dB) (String)

slope of the highpass: the higher the slope, the harder the cut at specified frequency

Low Frequency (Number)

frequency of the low band

Low Q (Number)

q factor of the low band

Lowpass / Highcut

Lowpass active (Number: boolean)

check if you want a lowpass to be applied to the signal

Lowpass Slope (in dB) index (Number: integer)

Lowpass / Highcut

Lowpass Slope (in dB) (String)

slope of the lowpass: the higher the slope, the harder the cut at specified frequency

High Frequency (Number)

frequency of the high band

High Q (Number)

q factor of the high band

OUTPUT PORTS


Audio Out (Object)

filtered audio output


Changelog

Patches using CutFilter

  • Examples
  • Public
  • My Patches