synthesizer-0.2.0.1: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Physical.Control
Description
Control curve generation
Documentation
exponentialSource
:: (C a, C a', C a', C a a')
=> a'sample rate
-> a'time where the function reaches 1/e of the initial value
-> a'initial value
-> T a a' a a' aexponential decay
exponential2Source
:: (C a, C a', C a', C a a')
=> a'sample rate
-> a'half life
-> a'initial value
-> T a a' a a' aexponential decay
vectorExponentialSource
:: (C t, C t', C t t', C t yv)
=> t'sample rate
-> t'time where the function reaches 1/e of the initial value
-> y'amplitude unit
-> yvinitial value
-> T t t' y y' yvexponential decay
vectorExponential2Source
:: (C t, C t', C t t', C t yv)
=> t'sample rate
-> t'half life
-> y'amplitude unit
-> yvinitial value
-> T t t' y y' yvexponential decay
Produced by Haddock version 2.4.2