hsc3-dot-0.6: haskell supercollider graph drawing

Sound.SC3.UGen.Dot

Description

Module to provide graph drawing of unit generator graphs. The output is in the form of a dot graph, which can be layed out using the graphviz tools, see http://graphviz.org.

Synopsis

Documentation

dot :: UGen -> StringSource

Generate the dot representation of the provided unit generator graph.

draw :: UGen -> IO ()Source

Draw the unit generator graph provided using the viewer at the environment variable DOTVIEWER, or dotty if that variable is not defined.