Safe Haskell | None |
---|---|
Language | Haskell2010 |
Vivid.OSC.Old
Description
An older implementation of the spec. I provide it here, and several tests, to show that the new code behaves the same. Will be removed soon.
Documentation
encodeOSC :: OSC -> ByteString #
encodeOSCDatum :: OSCDatum -> ByteString #
encodeOSCBundle :: OSCBundle -> ByteString #
encodeTimestamp :: Timestamp -> ByteString #
decodeOSCData :: [Char] -> ByteString -> Either String [OSCDatum] #
decodeOSCDatumWithPadding :: Char -> ByteString -> Either String OSCDatum #