Safe Haskell | None |
---|---|
Language | Haskell2010 |
Decode (read) a Graphdef
into a Graph
.
Synopsis
- control_to_node :: Graphdef -> UID_t -> (Control, Sample) -> U_Node
- input_to_from_port :: Graphdef -> Input -> From_Port
- ugen_to_node :: Graphdef -> UID_t -> UGen -> U_Node
- graphdef_to_graph :: Graphdef -> (String, U_Graph)
- read_graph :: FilePath -> IO U_Graph
- scsyndef_ug_stat :: FilePath -> IO String