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

Safe HaskellNone
LanguageHaskell2010

Synthesizer.PiecewiseConstant.Storable

Documentation

toSignalInit :: Storable y => y -> T StrictTime y -> T y Source #

toSignalInitWith :: Storable c => (y -> c) -> c -> T StrictTime [y] -> T c Source #