hsc3-dot-0.15: haskell supercollider graph drawing

Safe HaskellSafe-Inferred
LanguageHaskell98

Sound.SC3.UGen.Dot.Type

Description

Dot types.

Synopsis

Documentation

data Dot_Format Source

Dot output formats.

Constructors

DOT 
SVG 
SVG_GZ 

Instances

data Dot_Options Source

Dot options record.

Constructors

Dot_Options 

Fields

use_tables :: Bool

Select record or html/table rendering.

use_splines :: Bool

Select edge rendering

output_format :: Dot_Format

Select viewer format.

fix_edge_location :: Bool

Select output port edge location.

numeric_precision :: Int

Printing precision for constants.

indicate_precision :: Bool

Print to precision even if not required

inline_controls :: Bool

Draw controls within UGen input port slots.

display_control_names :: Bool

Elide control names if False.

output_directory :: FilePath

File name (without suffix).

output_file_name :: String

File name (without suffix).

dot_viewer :: String

dot file viewer (ie. "dotty")

svg_viewer :: String

svg file viewer (ie. "rsvg-view","inkview")

font_name :: String

Name of font to use

font_size :: Int

Font size

graph_size :: Maybe (Double, Double)

Graph box size (inches)