hsc3-0.16: Haskell SuperCollider

Safe HaskellNone
LanguageHaskell98

Sound.SC3.Server.Graphdef

Contents

Description

Binary 'Graph Definition' as understood by scsynth.

Synopsis

Type

type Control = (Name, Int) Source #

data Input Source #

Constructors

Input Int Int 

Instances

Eq Input Source # 

Methods

(==) :: Input -> Input -> Bool #

(/=) :: Input -> Input -> Bool #

Show Input Source # 

Methods

showsPrec :: Int -> Input -> ShowS #

show :: Input -> String #

showList :: [Input] -> ShowS #

type Rate = Int Source #

Read

Encode, we write version zero files

encode_pstr :: ASCII -> ByteString Source #

Pascal (length prefixed) encoding of string.

encode_input :: Input -> ByteString Source #

Byte-encode Input value.

Stat