csound-expression-typed-0.2.7.1: typed core for the library csound-expression
Safe HaskellSafe-Inferred
LanguageHaskell2010

Csound.Typed.Plugins.Diode

Synopsis

Documentation

diode :: Sig -> Sig -> Sig -> Sig -> Sig Source #

Non-Linear normalized diode ladder filter.

diode saturation centerFrequency resonance asig

resonance ranges in the interval [0, 1] and higher. self-resonance occurs at 1.

saturation ranges from 1 and higher (typical value: 4)

linDiode :: Sig -> Sig -> Sig -> Sig Source #

Linear diode ladder filter.

linDiode centerFrequency resonance asig

resonance ranges in the interval [0, 1] and higher. self-resonance occurs at 1.

noNormDiode :: Sig -> Sig -> Sig -> Sig -> Sig Source #

Non-Linear not normalized diode ladder filter.

noNormDiode saturation centerFrequency resonance asig

resonance ranges in the interval [0, 1] and higher. self-resonance occurs at 1.

saturation ranges from 1 and higher (typical value: 4)