hsc3-dot-0.16: haskell supercollider graph drawing

Safe HaskellNone
LanguageHaskell2010

Sound.SC3.UGen.Dot.Class

Description

Typeclass for Drawable values.

Synopsis

Documentation

class Drawable a where Source #

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

Minimal complete definition

dot_with_opt