hosc-0.4: Haskell Open Sound Control

Sound.OpenSoundControl.OSC

Synopsis

Documentation

data OSC Source

An OSC packet.

Constructors

Message String [Datum] 
Bundle Double [OSC] 

Instances

Eq OSC 
Ord OSC

OSC bundles can be ordered (time ascending).

Show OSC 

data Datum Source

The basic elements of OSC messages.

Instances

encodeOSC :: OSC -> ByteStringSource

Encode an OSC packet.

encodeOSCNTP :: OSC -> ByteStringSource

Encode an OSC packet (NTP epoch).

decodeOSC :: ByteString -> OSCSource

Decode an OSC packet.