synthesizer-0.2.0.1: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.State.Filter.Delay
Contents
Shift
Synopsis
static :: C y => Int -> T y -> T y
staticPad :: y -> Int -> T y -> T y
staticPos :: C y => Int -> T y -> T y
staticNeg :: Int -> T y -> T y
modulatedCore :: (C a, C v) => T a v -> Int -> T a -> T v -> T v
modulated :: (C a, C v) => T a v -> Int -> T a -> T v -> T v
Shift
static :: C y => Int -> T y -> T ySource
staticPad :: y -> Int -> T y -> T ySource
staticPos :: C y => Int -> T y -> T ySource
staticNeg :: Int -> T y -> T ySource
modulatedCore :: (C a, C v) => T a v -> Int -> T a -> T v -> T vSource
modulated :: (C a, C v) => T a v -> Int -> T a -> T v -> T vSource
This is essentially different for constant interpolation, because this function looks forward whereas the other two variants look backward. For the symmetric interpolation functions of linear and cubic interpolation, this does not really matter.
Produced by Haddock version 2.4.2