hsc3-0.14: Haskell SuperCollider

Safe HaskellNone

Sound.SC3.Server.NRT

Description

Non-realtime score generation.

Synopsis

Documentation

oscWithSize :: Bundle -> ByteStringSource

Encode and prefix with encoded length.

data NRT Source

An NRT score is a sequence of Bundles.

Constructors

NRT 

Fields

nrt_bundles :: [Bundle]
 

Instances

encodeNRT :: NRT -> ByteStringSource

Encode an NRT score.

writeNRT :: FilePath -> NRT -> IO ()Source

Write an NRT score.

putNRT :: Handle -> NRT -> IO ()Source

Write an NRT score to a file handle.