hsc3-0.19.1: Haskell SuperCollider
Safe HaskellNone
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.