hosc-0.15: Haskell Open Sound Control
hosc
implements a subset of the Open Sound Control
byte protocol, http://opensoundcontrol.org/.
Sound.OSC.Core 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.