com.illposed.osc
Class OSCPort

java.lang.Object
  extended by com.illposed.osc.OSCPort
Direct Known Subclasses:
OSCPortIn, OSCPortOut

public abstract class OSCPort
extends java.lang.Object

The Class OSCPort.


Field Summary
static int defaultSCLangOSCPort
          The port that the SuperCollider language engine ususally listens too.
static int defaultSCOSCPort
          The port that the SuperCollider synth engine ususally listens too.
 
Constructor Summary
OSCPort()
           
 
Method Summary
 void close()
          Close the socket and free-up resources.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultSCLangOSCPort

public static final int defaultSCLangOSCPort
The port that the SuperCollider language engine ususally listens too.

See Also:
Constant Field Values

defaultSCOSCPort

public static final int defaultSCOSCPort
The port that the SuperCollider synth engine ususally listens too.

See Also:
Constant Field Values
Constructor Detail

OSCPort

public OSCPort()
Method Detail

close

public void close()
Close the socket and free-up resources. It's recommended that clients call this when they are done with the port.