Constructs a new OSC client using a socket and an address.
Constructs a new OSC client using an address and creating an UDP socket for IPv4 addresses.
Constructs a new OSC client using an IPv4 address and creating an UDP socket for IPv4 addresses.
Constructs a new OSC client using a localhost address with the given port, and creating an UDP socket for IPv4 addresses.
Sends the given packet to the default address.
Sends the given packet to the given address.
An OSC client object. It uses a default send address, but it can also send any OSC packet to any given address.