package osc
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Osc.Codec
Source
Conversion of OSC packets to and from strings.
val of_packet : Types.packet -> string
Serialise an OSC packet into a string.
val to_packet :
string ->
(Types.packet, [ `Missing_typetag_string | `Unsupported_typetag of char ])
Result.t
Attempt to deserialise a string into an OSC packet.