|
| Synthesizer.Dimensional.Rate.Control | | Portability | requires multi-parameter type classes | | Stability | provisional | | Maintainer | synthesizer@henning-thielemann.de |
|
|
|
|
|
| Description |
| Control curves which can be used
as envelopes, for controlling filter parameters and so on.
|
|
| Synopsis |
|
|
|
|
| Primitives
|
|
|
|
|
| :: (C q, C u) | | | => T u q | distance until curve reaches one
| | -> T s u q (R s q) | | | Caution: This control curve can contain samples
with an absolute value greater than 1.
The linear curve starts with zero.
|
|
|
|
| :: (C q, C u) | | | => T u q | time where the function reaches 1/e of the initial value
| | -> T s u q (R s q) | |
|
|
|
| :: (C q, C u) | | | => T u q | half life, time where the function reaches 1/2 of the initial value
| | -> T s u q (R s q) | |
|
|
| Produced by Haddock version 2.4.2 |