synthesizer-0.0.3: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Plain.Filter.Delay
Synopsis
phaser :: (C a v, C a) => a -> [a] -> [v] -> [v]
plane :: Double -> [Double]
propSingle :: T Double Double -> [Bool]
propAll :: [[Bool]]
Documentation
phaser :: (C a v, C a) => a -> [a] -> [v] -> [v]Source
plane :: Double -> [Double]Source
propSingle :: T Double Double -> [Bool]Source
propAll :: [[Bool]]Source
The test for constant interpolation will fail, due to different point of views in forward and backward interpolation.
Produced by Haddock version 2.3.0