vivid-0.5.1.0: Sound synthesis with SuperCollider
Safe HaskellNone
LanguageHaskell2010

Vivid.UGens.Filters.Pitch

Synopsis

Documentation

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

"Moves all the components of a signal by a fixed amount but does not preserve the original harmonic relationships." You might want pitchShift instead.

pitchShift :: Args '["in", "ratio"] '["windowSize", "pitchDispersion", "timeDispersion"] a => a -> SDBody a Signal Source #

vibrato :: Args '[] '["freq", "rate", "depth", "delaySecs", "onset", "rateVariation", "depthVariation", "iphase"] a => a -> SDBody a Signal Source #