Safe Haskell | None |
---|---|
Language | Haskell2010 |
Sound.SC3.UGen.Dot.Class
Description
Typeclass for Drawable
values.
- class Drawable a where
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
Methods
dot_with_opt :: Dot_Options -> a -> String Source #