hosc-0.21.1: Haskell Open Sound Control
Safe HaskellNone
LanguageHaskell2010

Sound.Osc.Core

Description

Composite of non-transport related modules.

Provides the Datum, Message, Time, Bundle and Packet types and the coding functions encodePacket and decodePacket.

>>> let o = bundle immediately [message "/g_free" [Int32 0]]
>>> let e = encodeBundle o
>>> decodePacket e == Packet_Bundle o
True

Documentation