hsc3-0.20: Haskell SuperCollider
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.Sc3.Server.Graphdef.Read

Description

Decode (read) a Graphdef into a Graph.

Synopsis

Documentation

input_to_from_port :: Graphdef -> Input -> From_Port Source #

Note: Graphs with multiple Control Ugens are not accounted for.

read_graph :: FilePath -> IO U_Graph Source #

Read graphdef file and translate to graph.

scsyndef_ug_stat :: FilePath -> IO String Source #

Read graphdef file, translate to graph, and run ug_stat_ln.