hosc-0.21: Haskell Open Sound Control
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.Osc.Core

Description

Composite of non-transport related modules.

Provides the Datum, Message, Time, BundleOf 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