hosc-0.10.1: Haskell Open Sound Control

Sound.OpenSoundControl.Coding.Decode.Binary

Description

Optimised decode function for OSC packets.

Synopsis

Documentation

getOSC :: Get OSCSource

Get an OSC packet.

decodeOSC :: ByteString -> OSCSource

Decode an OSC packet from a lazy ByteString.

decodeOSC' :: ByteString -> OSCSource

Decode an OSC packet from a strict ByteString.