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

Safe HaskellNone

Synthesizer.Plain.Filter.Delay.ST

Description

An implementation of a Delay using a classical circular buffer running in the State Thread monad.

Documentation

modulatedAction :: (C a, C v) => T a v -> Int -> [a] -> [v] -> ST s [v]Source

modulated :: (C a, C v) => T a v -> Int -> [a] -> [v] -> [v]Source