|
| Synthesizer.Causal.Process |
|
|
| Description |
| Processes that use only the current and past data.
Essentially this is a data type for the Synthesizer.State.Signal.crochetL function.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Cf. StreamFusion Synthesizer.State.Signal.T
| Instances | |
|
|
|
|
|
|
|
|
|
|
|
|
| split :: T a b -> T c d -> T (a, c) (b, d) | Source |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| crochetL :: (x -> acc -> Maybe (y, acc)) -> acc -> T x y | Source |
|
|
| scanL :: (acc -> x -> acc) -> acc -> T x acc | Source |
|
|
| zipWith :: (a -> b -> c) -> T a -> T b c | Source |
|
|
| Produced by Haddock version 2.3.0 |