CutFilter Op

CutFilter

dj style filter (lowpass and highpass)



Edit Documentation

Full Name
  • Ops.WebAudio.CutFilter
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

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


Patches using CutFilter

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarsimod - 2020-12-01 15:36
Ops.User.cables.EqualizerNew renamed to Ops.WebAudio.ThreeBandEqualizeruser avatarcables - 2020-12-01 16:18
cloned op from Ops.WebAudio.ThreeBandEqualizeruser avatarcables - 2020-12-01 17:33
Ops.User.cables.CutFilter renamed to Ops.WebAudio.CutFilteruser avatarcables - 2020-12-01 18:30