hosc-0.9: Haskell Open Sound Control
Sound.OpenSoundControl.OSC
Description
Alegbraic data types for OSC packets and encode and decode functions.
Synopsis
data OSC Source
An OSC packet.
Constructors
Instances
OSC bundles can be ordered (time ascending). Bundles and messages compare EQ.
data Datum Source
The basic elements of OSC messages.
message :: String -> [Datum] -> OSCSource
bundle :: Time -> [OSC] -> OSCSource
encodeOSC :: OSC -> ByteStringSource
Encode an OSC packet.
decodeOSC :: ByteString -> OSCSource
Decode an OSC packet.