hosc-0.16: Haskell Open Sound Control

Safe HaskellNone
LanguageHaskell98

Sound.OSC.Coding.Encode.Base

Description

Base-level encode function for OSC packets (slow). For ordinary use see Builder.

Synopsis

Documentation

extend :: Word8 -> ByteString -> ByteString Source #

Align byte string, if required.

encode_message_blob :: Message -> Datum Source #

Encode OSC Message as an OSC blob.