public class OSCPortOut extends OSCPort
defaultSCLangOSCPort, defaultSCOSCPort| Constructor and Description |
|---|
OSCPortOut()
Create an OSCPort that sends to localhost, on the standard SuperCollider
port Default the address to localhost Default the port to the standard
one for SuperCollider
|
OSCPortOut(java.net.InetAddress newAddress)
Create an OSCPort that sends to newAddress, on the standard SuperCollider
port
|
OSCPortOut(java.net.InetAddress newAddress,
int newPort)
Create an OSCPort that sends to newAddress, newPort
|
public OSCPortOut()
throws java.net.UnknownHostException,
java.net.SocketException
java.net.UnknownHostExceptionjava.net.SocketExceptionpublic OSCPortOut(java.net.InetAddress newAddress)
throws java.net.SocketException
newAddress - InetAddress Default the port to the standard one for
SuperColliderjava.net.SocketExceptionpublic OSCPortOut(java.net.InetAddress newAddress,
int newPort)
throws java.net.SocketException
newAddress - InetAddressnewPort - intjava.net.SocketExceptionpublic void send(OSCPacket aPacket) throws java.io.IOException
aPacket - OSCPacketjava.io.IOException