vivid-0.5.1.0: Sound synthesis with SuperCollider
Safe HaskellNone
LanguageHaskell2010

Vivid.UGens.Dynamics

Synopsis

Documentation

compander :: Args '["in"] '["control", "threshold", "slopeBelow", "slopeAbove", "clampSecs", "relaxSecs"] a => a -> SDBody a Signal Source #

limiter :: Args '["in"] '["level", "secs"] a => a -> SDBody a Signal Source #

Note this can only run at AR

"secs" is the lookahead time -- if you're coming from SC you can use dur_ for consistency

normalizer :: Args '["in"] '["level", "secs"] a => a -> SDBody a Signal Source #

Note this can only run at AR

"secs" is the lookahead time -- if you're coming from SC you can use dur_