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.Transport
Source
Generic OSC transport library, functorised over the TRANSPORT module.
module type TRANSPORT = sig ... end
Type of modules which can be used to create an OSC library, via the Osc.Transport.Make functor.