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

Csound.Typed.Plugins.Korg35

Synopsis

Documentation

linKorg_lp :: Sig -> Sig -> Sig -> Sig Source #

Linear korg 35 low pass filter (12 dB).

linDiode centerFrequency resonance asig

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

linKorg_hp :: Sig -> Sig -> Sig -> Sig Source #

Linear korg 35 high pass filter (6 dB).

linDiode centerFrequency resonance asig

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

korg_lp :: Sig -> Sig -> Sig -> Sig -> Sig Source #

Korg 35 low pass filter (12 dB).

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)

korg_hp :: Sig -> Sig -> Sig -> Sig -> Sig Source #

Korg 35 high pass filter (6 dB).

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)