package osc

  1. Overview
  2. Docs

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 ]) Stdlib.Result.t

Attempt to deserialise a string into an OSC packet.