package osc

  1. Overview
  2. Docs

Types and functions for handling OSC clients.

type t

An OSC client.

val create : unit -> t T.Io.t

Create a new OSC client.

val destroy : t -> unit T.Io.t

Destroy an OSC client.

val send : t -> T.sockaddr -> Types.packet -> unit T.Io.t

send client addr packet uses client to send OSC packet packet to a server listening at address addr.