Safe Haskell | None |
---|
The unit-generator graph structure implemented by the SuperCollider synthesis server.
Documentation
Transform a unit generator into a graph.
import Sound.SC3.UGen synth (out 0 (pan2 (sinOsc AR 440 0) 0.5 0.1))
synthdefData :: Synthdef -> GraphdefSource
Encode Synthdef
as a binary data stream.
synthdef :: String -> UGen -> SynthdefSource
Transform a unit generator synth definition into bytecode.
synthdefWrite :: Synthdef -> FilePath -> IO ()Source
Write Synthdef
to indicated directory. The filename is the
synthdefName
with the appropriate extension (scsyndef
).