package
0.0.0-20200115085105-85fee7fed692
Repository: https://github.com/glynternet/go-osc.git
Documentation: pkg.go.dev

# Functions

NewBundle returns an OSC Bundle.
NewClient creates a new OSC client.
NewMessage returns a new Message.
NewStandardDispatcher returns an StandardDispatcher.
NewTimetag returns a new OSC time tag object.
NewTimetagFromTimetag creates a new Timetag from the given `timetag`.
ParsePacket parses the given msg string and returns a Packet.
PrintMessage pretty prints an OSC message to the standard output.

# Structs

Bundle represents an OSC bundle.
Client enables you to send OSC packets.
Message represents a single OSC message.
Server represents an OSC server.
StandardDispatcher is a dispatcher for OSC packets.
Timetag represents an OSC Time Tag.

# Interfaces

Dispatcher is an interface for an OSC message dispatcher.
Handler is an interface for message handlers.
Packet is the interface for Message and Bundle.

# Type aliases

HandlerFunc implements the Handler interface.