package osc
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Make.Client
Types and functions for handling OSC clients.
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
.