Input(integer port, integer protocol) | create an OSC input that listens to a network port |
Input(integer port, string address) | create an OSC input that listens to a multicast group |
Input(string path) | create an OSC input that listens to a UNIX domain socket |
port | port number for this input |
onMessage(function handler) | register a callback to handle received messages |
Create an OSC input that listens to a network port.
Create an OSC input that listens to a multicast group.
Create an OSC input that listens to a UNIX domain socket.
Port number for this input.
Register a callback to handle received messages.