synthesizer-core-0.4.0.4: Audio signal processing coded in Haskell: Low level part

Synthesizer.Causal.Filter.NonRecursive

Documentation

amplify :: C a => a -> T a aSource

amplifyVector :: C a v => a -> T v vSource

envelope :: C a => T (a, a) aSource

envelopeVector :: C a v => T (a, v) vSource

accumulatePosModulatedFromPyramid :: Transform sig v => ([sig v] -> (Int, Int) -> v) -> [sig v] -> T (Int, Int) vSource

sumsPosModulatedFromPyramid :: (C v, Transform sig v) => [sig v] -> T (Int, Int) vSource