hsc3-0.1: Haskell SuperColliderContentsIndex
Sound.SC3.UGen.Operator
Synopsis
data Unary
= Neg
| Not
| IsNil
| NotNil
| BitNot
| Abs
| AsFloat
| AsInt
| Ceil
| Floor
| Frac
| Sign
| Squared
| Cubed
| Sqrt
| Exp
| Recip
| MIDICPS
| CPSMIDI
| MIDIRatio
| RatioMIDI
| DbAmp
| AmpDb
| OctCPS
| CPSOct
| Log
| Log2
| Log10
| Sin
| Cos
| Tan
| ArcSin
| ArcCos
| ArcTan
| SinH
| CosH
| TanH
| Rand
| Rand2
| LinRand
| BiLinRand
| Sum3Rand
| Distort
| SoftClip
| Coin
| DigitValue
| Silence
| Thru
| RectWindow
| HanWindow
| WelchWindow
| TriWindow
| Ramp
| SCurve
unaryName :: Int -> String
data Binary
= Add
| Sub
| Mul
| IDiv
| FDiv
| Mod
| EQ_
| NE
| LT_
| GT_
| LE
| GE
| Min
| Max
| BitAnd
| BitOr
| BitXor
| LCM
| GCD
| Round
| RoundUp
| Trunc
| Atan2
| Hypot
| Hypotx
| Pow
| ShiftLeft
| ShiftRight
| UnsignedShift
| Fill
| Ring1
| Ring2
| Ring3
| Ring4
| DifSqr
| SumSqr
| SqrSum
| SqrDif
| AbsDif
| Thresh
| AMClip
| ScaleNeg
| Clip2
| Excess
| Fold2
| Wrap2
| FirstArg
| RandRange
| ExpRandRange
binaryName :: Int -> String
Documentation
data Unary
Constructors
Neg
Not
IsNil
NotNil
BitNot
Abs
AsFloat
AsInt
Ceil
Floor
Frac
Sign
Squared
Cubed
Sqrt
Exp
Recip
MIDICPS
CPSMIDI
MIDIRatio
RatioMIDI
DbAmp
AmpDb
OctCPS
CPSOct
Log
Log2
Log10
Sin
Cos
Tan
ArcSin
ArcCos
ArcTan
SinH
CosH
TanH
Rand
Rand2
LinRand
BiLinRand
Sum3Rand
Distort
SoftClip
Coin
DigitValue
Silence
Thru
RectWindow
HanWindow
WelchWindow
TriWindow
Ramp
SCurve
show/hide Instances
unaryName :: Int -> String
Provide symbolic names for standard unary operators.
data Binary
Constructors
Add
Sub
Mul
IDiv
FDiv
Mod
EQ_
NE
LT_
GT_
LE
GE
Min
Max
BitAnd
BitOr
BitXor
LCM
GCD
Round
RoundUp
Trunc
Atan2
Hypot
Hypotx
Pow
ShiftLeft
ShiftRight
UnsignedShift
Fill
Ring1
Ring2
Ring3
Ring4
DifSqr
SumSqr
SqrSum
SqrDif
AbsDif
Thresh
AMClip
ScaleNeg
Clip2
Excess
Fold2
Wrap2
FirstArg
RandRange
ExpRandRange
show/hide Instances
binaryName :: Int -> String
Provide symbolic names for standard binary operators.
Produced by Haddock version 0.8