synthesizer-0.0.3: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Dimensional.Cyclic.Signal
Portabilityrequires multi-parameter type classes
Stabilityprovisional
Maintainersynthesizer@henning-thielemann.de
Description
Signals equipped with a phantom type parameter that reflects the sample rate.
Documentation
newtype T seq yv Source
Constructors
Cons
samples :: seq yvthe sampled values
show/hide Instances
Functor seq => Functor (T seq)
C seq => C (T seq)
(C seq, Show y) => Show (T seq y)
type R s yv = T s (T T) yvSource
fromPeriod :: T yv -> R s yvSource
fromPeriodList :: [yv] -> R s yvSource
toPeriod :: R s yv -> T yvSource
fromSignal :: C yv => Int -> R s yv -> R s yvSource
toSignal :: C yv => R s yv -> R s yvSource
Produced by Haddock version 2.3.0