synthesizer-core-0.2.1: Audio signal processing coded in Haskell: Low level partSource codeContentsIndex
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
Produced by Haddock version 2.4.2