hsc3-0.1: Haskell SuperColliderContentsIndex
Sound.SC3.Server.Play
Synopsis
play :: Transport t => t -> UGen -> IO OSC
stop :: Transport t => t -> IO ()
reset :: Transport t => t -> IO ()
withSC3 :: (UDP -> IO a) -> IO a
audition :: UGen -> IO ()
Documentation
play :: Transport t => t -> UGen -> IO OSC
Construct an instrument definition, send d_recv and s_new messages to scsynth.
stop :: Transport t => t -> IO ()
Free all nodes at the group with node id 1.
reset :: Transport t => t -> IO ()
Free all nodes and re-create group node with id 1.
withSC3 :: (UDP -> IO a) -> IO a
Bracket SC3 communication.
audition :: UGen -> IO ()
withSC3 . play
Produced by Haddock version 0.8