haskell-hosc-utils

Haskell Open Sound Control
  http://rohandrape.net/t/hosc
  0
  no reviews



Hosc implements a subset of the Open Sound Control byte protocol.

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.