Package com.illposed.osc

Interface Summary
OSCListener Interface for things that listen for incoming OSC Messages Copyright (C) 2003-2006, C.
 

Class Summary
OSCBundle A bundle represents a collection of osc packets (either messages or other bundles) and has a timetag which can be used by a scheduler to execute a bundle in the future instead of immediately (OSCMessages are executed immediately).
OSCMessage An simple (non-bundle) OSC message.
OSCPacket OSCPacket is the abstract superclass for the various kinds of OSC Messages.
OSCPort OSCPort is an abstract superclass.
OSCPortIn OSCPortIn is the class that listens for OSC messages.
OSCPortOut OSCPortOut is the class that sends OSC messages to a specific address and port.