hosc-0.21: Haskell Open Sound Control
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.Osc.Transport.Fd.Socket

Description

Osc over Udp/Tcp implementation.

Synopsis

Documentation

data OscProtocol Source #

Protocol, either Udp or Tcp

Constructors

Udp 
Tcp 

type OscHostname = String Source #

Hostname

type OscPort = Int Source #

Port number

openOscSocket :: OscSocketAddress -> IO OscSocket Source #

Open socket at address