Sound.OpenSoundControl
Description
hosc implements a subset of the Open Sound Control byte protocol. The protocol is documented at http://opensoundcontrol.org/.
Documentation
encodeOSC :: OSC -> ByteStringSource
Encode an OSC packet to a lazy ByteString.
decodeOSC :: ByteString -> OSCSource
Decode an OSC packet from a lazy ByteString.