csound-expression-5.3.4: library to make electronic music
Safe HaskellNone
LanguageHaskell2010

Csound.Compat.Filter

Contents

Description

Use this module if your version of Csound is pre 6.09.

Synopsis

Documentation

zdf1 :: Sig -> Sig -> (Sig, Sig) #

zlp1 :: Sig -> Sig -> Sig #

zhp1 :: Sig -> Sig -> Sig #

zap1 :: Sig -> Sig -> Sig #

zdf2 :: Sig -> Sig -> Sig -> (Sig, Sig, Sig) #

zlp :: Sig -> Sig -> Sig -> Sig #

zbp :: Sig -> Sig -> Sig -> Sig #

zhp :: Sig -> Sig -> Sig -> Sig #

zdf2_notch :: Sig -> Sig -> Sig -> (Sig, Sig, Sig, Sig) #

zbr :: Sig -> Sig -> Sig -> Sig #

zladder :: Sig -> Sig -> Sig -> Sig #

TB303 filter

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

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 #

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 #

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)

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

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 #

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 #

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 #

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)