hsc3-0.1: Haskell SuperColliderContentsIndex
Sound.SC3.UGen.Enum
Synopsis
data Loop
= Loop
| NoLoop
| WithLoop UGen
data Interpolation
= NoInterpolation
| LinearInterpolation
| CubicInterpolation
| Interpolation UGen
data DoneAction
= DoNothing
| PauseSynth
| RemoveSynth
| DoneAction UGen
data Warp
= Linear
| Exponential
| Warp UGen
data EnvCurve
= EnvStep
| EnvLin
| EnvExp
| EnvSin
| EnvCos
| EnvNum UGen
| EnvSqr
| EnvCub
Documentation
data Loop
Loop indicator input.
Constructors
Loop
NoLoop
WithLoop UGen
show/hide Instances
data Interpolation
Interpolation indicator input.
Constructors
NoInterpolation
LinearInterpolation
CubicInterpolation
Interpolation UGen
show/hide Instances
data DoneAction
Completion mode indicator input.
Constructors
DoNothing
PauseSynth
RemoveSynth
DoneAction UGen
show/hide Instances
data Warp
Warp interpolation indicator input.
Constructors
Linear
Exponential
Warp UGen
show/hide Instances
data EnvCurve
Envelope curve indicator input.
Constructors
EnvStep
EnvLin
EnvExp
EnvSin
EnvCos
EnvNum UGen
EnvSqr
EnvCub
show/hide Instances
Produced by Haddock version 0.8