hsc3-0.20: Haskell SuperCollider
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.Sc3.Server.Graphdef.Io

Description

Encoding agnostic i/o.

Synopsis

Documentation

read_graphdef_file :: FilePath -> IO Graphdef Source #

Encoding agnostic file reader. If the file has a .scsyndef.text extension it's read as a text file, else as a binary file.

read_graphdef_file "tmpstsc3.scsyndef.text"