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


Constructor Summary
OSCPort()
           
 
Method Summary
 void close()
          Close the socket and free-up resources.
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSCPort

public OSCPort()
Method Detail

defaultSCOSCPort

public static int defaultSCOSCPort()
The port that the SuperCollider synth engine ususally listens too


defaultSCLangOSCPort

public static int defaultSCLangOSCPort()
The port that the SuperCollider language engine ususally listens too


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.