| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
| Extensions |
|
Vivid.SynthDef.Literally
Description
You probably don't need to use this directly -- use Vivid.SynthDef instead
This is a representation of how SynthDefs are sent over the wire, as described in the Synth Definition File Format helpfile.
Documentation
data LiteralSynthDef Source #
Constructors
| LiteralSynthDef | |
Fields
| |
Instances
Constructors
| UGenSpec | |
Fields | |
Constructors
| InputSpec_UGen | |
Fields | |
| InputSpec_Constant | |
Fields | |
Constructors
| ParamName | |
Fields | |
uOpToSpecialI :: UnaryOp -> Int16 Source #
biOpToSpecialI :: BinaryOp -> Int16 Source #
specialIToUOp :: Int16 -> UnaryOp Source #
specialIToBiOp :: Int16 -> BinaryOp Source #
sdLitPretty :: LiteralSynthDef -> String Source #