hsc3-0.4: Haskell SuperCollider

Sound.SC3.Server.NRT

Synopsis

Documentation

encodeNRT :: [OSC] -> ByteStringSource

Encode a list of OSC bundles as an NRT score.

writeNRT :: FilePath -> [OSC] -> IO ()Source

Write a list of OSC bundles as an NRT score.

putNRT :: Handle -> [OSC] -> IO ()Source

Write a list of OSC bundles as an NRT score to a file handle.