package lo

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module LoSource

Bindings to liblo library to send and receive OSC messages.

Sourceexception Error

An error occured.

Sourceexception Unhandled

Raised when an unhandled message kind is received.

Sourcemodule Address : sig ... end

Operations on addresses.

Sourcemodule Message : sig ... end

Messages.

Sourceval send : Address.t -> string -> Message.data list -> unit

Send messages on given address, at given path.

Sourcemodule Server : sig ... end

Operations for creating servers.