synthesizer-0.0.3: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Dimensional.Abstraction.Flat
Portabilityrequires multi-parameter type classes
Stabilityprovisional
Maintainersynthesizer@henning-thielemann.de
Description
Class that allows unified handling of SigS.T and Sig.D Dim.Scalar which is often used for control curves.
Documentation
toSamples :: C sig y => T s sig y -> T ySource
class C sig y whereSource
Methods
unwrappedToSamples :: sig y -> T ySource
show/hide Instances
C T y
C sig y => C (T sig) y
(C flat y, IsScalar scalar, C y) => C (T scalar y flat) y
Produced by Haddock version 2.3.0