Sound.SC3.UGen.Enum
- 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 |