Uses of Interface
org.praxislive.internal.osc.OSCChannel
-
-
Uses of OSCChannel in org.praxislive.internal.osc
Subinterfaces of OSCChannel in org.praxislive.internal.osc Modifier and Type Interface Description interfaceOSCBidiAn interface describing common functionality in bidirectional OSC communicators.Classes in org.praxislive.internal.osc that implement OSCChannel Modifier and Type Class Description classOSCClientThis class groups together a transmitter and receiver, allowing bidirectional OSC communication from the perspective of a client.classOSCReceiverAnOSCReceivermanages reception of incoming OSC messages.classOSCServerThis class dynamically groups together a transmitters and receivers, allowing bidirectional OSC communication from the perspective of a server.classOSCTransmitterA class that sends OSC packets (messages or bundles) to a target OSC server.
-