hosc-0.10.1: Haskell Open Sound Control

Sound.OpenSoundControl.Coding.Encode.Builder

Description

Optimised encode function for OSC packets.

Synopsis

Documentation

buildOSC :: OSC -> BuilderSource

Builder monoid for an OSC packet.

encodeOSC :: OSC -> ByteStringSource

Encode an OSC packet to a lazy ByteString.

encodeOSC' :: OSC -> ByteStringSource

Encode an OSC packet to a strict ByteString.