|
Synthesizer.Dimensional.Abstraction.RateIndependent | Portability | requires multi-parameter type classes | Stability | provisional | Maintainer | synthesizer@henning-thielemann.de |
|
|
|
Description |
Class that allows unified handling of RP.T and SigP.T
whenever the applied function does not depend on the sample rate.
Unfortunately, Haskell's type system cannot check this property,
so use this abstraction only for signal processes that are actually sample rate independent.
|
|
|
Documentation |
|
|
| Methods | toSignal :: w sig y -> sig y | Source |
| | processSignal :: (sig0 y0 -> sig1 y1) -> w sig0 y0 -> w sig1 y1 | Source |
|
| | Instances | |
|
|
Produced by Haddock version 2.3.0 |