Sound.SC3.UGen.Enum
Description
Data types for enumerated and non signal unit generator inputs.
- data Loop
- data Interpolation
- data DoneAction
- = DoNothing
- | PauseSynth
- | RemoveSynth
- | DoneAction UGen
- data Warp
- = Linear
- | Exponential
- | Warp UGen
- data EnvCurve
Documentation
Loop indicator input.
data DoneAction Source
Completion mode indicator input.
Constructors
| DoNothing | |
| PauseSynth | |
| RemoveSynth | |
| DoneAction UGen |
Instances
Warp interpolation indicator input.
Constructors
| Linear | |
| Exponential | |
| Warp UGen |