Sound.OpenSoundControl.Coding.Encode.Builder
Description
Optimised encode function for OSC packets.
- buildOSC :: OSC -> Builder
- encodeOSC :: OSC -> ByteString
- encodeOSC' :: OSC -> ByteString
Documentation
encodeOSC :: OSC -> ByteStringSource
Encode an OSC packet to a lazy ByteString.
encodeOSC' :: OSC -> ByteStringSource
Encode an OSC packet to a strict ByteString.