vivid-0.2.0.3: Sound synthesis with SuperCollider

Safe HaskellNone
LanguageHaskell98

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 #

Can cause CPU spikes

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 #