synthesizer-0.2.0.1: 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, Amplitude y amp, C y) => C (T amp flat) y
class C amp => Amplitude y amp whereSource
Methods
toScalar :: amp -> ySource
show/hide Instances
C y => Amplitude y Flat
IsScalar v => Amplitude y (T v y)
Produced by Haddock version 2.4.2