package
0.0.0-20170130175947-2d0b73c9bdf2
Repository: https://github.com/kward/go-osc.git
Documentation: pkg.go.dev

# Functions

NewBundle returns an OSC Bundle.
NewClient creates a new OSC client.
NewMessage returns a new Message.
NewOSCDispatcher returns an OSCDispatcher.
No description provided by the author
NewTimetag returns a new OSC time tag object.
NewTimetagFromTimetag creates a new Timetag from the given `timetag`.
ParsePacket reads the packet from a message.
No description provided by the author

# Structs

Bundle represents an OSC bundle.
Client enables you to send OSC packets.
Message represents a single OSC message.
OSCDispatcher is a dispatcher for OSC packets.
incoming OSC packets and bundles.
An OSC Time Tag is defined as follows: Time tags are represented by a 64 bit fixed point number.

# 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.