|
| Synthesizer.Dimensional.RatePhantom | | Portability | requires multi-parameter type classes | | Stability | provisional | | Maintainer | synthesizer@henning-thielemann.de |
|
|
|
| Description |
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Wraps a signal and adds a phantom type
that identifies signals of the same sample rate.
We provide the phantom type this way
in order to flexibly replace it by a material sample rate.
| | Constructors | | Instances | |
|
|
| fromSignal :: sig y -> T s sig y | Source |
|
|
| toSignal :: T s sig y -> sig y | Source |
|
|
| processSignal :: (sig0 y0 -> sig1 y1) -> T s sig0 y0 -> T s sig1 y1 | Source |
|
|
| Produced by Haddock version 2.4.2 |