vivid-0.5.2.1: Sound synthesis with SuperCollider
Safe HaskellSafe-Inferred
LanguageHaskell2010

Vivid.UGens.Filters.BEQSuite

Description

These UGens only run at audio rate (AR)

They also can cause CPU spikes when their parameters are changed!

Synopsis

Documentation

bAllpass :: Args '["in"] '["freq", "rq"] a => a -> SDBody a Signal Source #

bBandPass :: Args '["in"] '["freq", "bw"] a => a -> SDBody a Signal Source #

Band-pass filter

bBandStop :: Args '["in"] '["freq", "bw"] a => a -> SDBody a Signal Source #

bHiPass :: Args '["in"] '["freq", "rq"] a => a -> SDBody a Signal Source #

This is only in AR

bHiShelf :: Args '["in"] '["freq", "rs", "db"] a => a -> SDBody a Signal Source #

bLowPass :: Args '["in"] '["freq", "rq"] a => a -> SDBody a Signal Source #

bLowPass4 :: Args '["in"] '["freq", "rq"] a => a -> SDBody a Signal Source #

bLowShelf :: Args '["in"] '["freq", "rs", "db"] a => a -> SDBody a Signal Source #

bPeakEQ :: Args '["in"] '["freq", "rq", "db"] a => a -> SDBody a Signal Source #