hsc3-dot-0.13: haskell supercollider graph drawing

Safe HaskellSafe-Inferred

Sound.SC3.UGen.Dot.Type

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.

inline_controls :: Bool
 
display_control_names :: Bool
 
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