ncrar_audio.osc_client module#

class OSCClient(ip_address=None, send_port=7001, recv_port=9001, warn_on_unhandled=False)#

Bases: object

Sets up bidirectional communication with a device supporting the Open Sound Control protocol.

send_message(address, value, response_address=None)#
send_messages(messages)#

Send a list of messages

Each message must be a two or three element iterable. The following are valid message formats:

(‘/1/volume1’, 1.0, ‘/1/volume1’), (‘/1/busOutput’, 1),