synthesizer-0.0.3: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.State.Filter.Recursive.Comb
Portabilityrequires multi-parameter type classes
Stabilityprovisional
Maintainersynthesizer@henning-thielemann.de
Description
Comb filters, useful for emphasis of tones with harmonics and for repeated echos.
Documentation
karplusStrong :: (C a, C a v) => Parameter a -> T v -> T vSource
run :: C a v => Int -> a -> T v -> T vSource
runMulti :: (C a, C a v) => [Int] -> a -> T v -> T vSource
runProc :: C v => Int -> (T v -> T v) -> T v -> T vSource
Produced by Haddock version 2.3.0