OSC

class OSC(val address: InetAddress = InetAddress.getLocalHost(), val portIn: Int = OSCPort.DEFAULT_SC_OSC_PORT, val portOut: Int = portIn)(source)

Constructors

Link copied to clipboard
constructor(address: InetAddress = InetAddress.getLocalHost(), portIn: Int = OSCPort.DEFAULT_SC_OSC_PORT, portOut: Int = portIn)

Properties

Link copied to clipboard
Link copied to clipboard
val portIn: Int
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun listen(channel: String, callback: (String, List<Any>) -> Unit)
Link copied to clipboard
fun removeListener(channel: String?)
Link copied to clipboard
fun <T> send(channel: String, vararg message: T)