synthesizer-0.0.3: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Storable.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.

We cannot generalize this to Synthesizer.Generic.Signal since we need control over the chunk size.

Documentation
karplusStrong :: (C a, C a v, C v) => Parameter a -> T v -> T vSource
run :: (C a v, Storable v) => Int -> a -> T v -> T vSource
runMulti :: (C a, C a v, Storable v) => [Int] -> a -> T v -> T vSource
runProc :: (C v, Storable v) => Int -> (T v -> T v) -> T v -> T vSource
amplify :: (Storable v, C a v) => a -> T v -> T vSource
Produced by Haddock version 2.3.0