hsc3-0.15: Haskell SuperCollider

Safe HaskellNone
LanguageHaskell98

Sound.SC3.Server.Graphdef

Contents

Description

Binary 'Graph Definition' as understood by scsynth.

Synopsis

Type

data Input Source

Constructors

Input Int Int 

Instances

type Rate = Int Source

Read

Encode

encode_pstr :: ASCII -> ByteString Source

Pascal (length prefixed) encoding of string.

encode_input :: Input -> ByteString Source

Byte-encode Input value.

Stat