@hackage hosc0.12

Haskell Open Sound Control

hosc implements a subset of the Open Sound Control byte protocol, http://opensoundcontrol.org/.

Sound.OpenSoundControl implements the actual protocol.

Sound.OSC.Transport.FD implements a file descriptor based transport layer for UDP and TCP.

Sound.OSC.Transport.Monad implements a monadic interface to the FD transport layer.

Composite modules are at Sound.OSC and Sound.OSC.FD.