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

Safe HaskellNone

Synthesizer.State.Filter.Delay

Contents

Synopsis

Shift

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

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.