timeflux.nodes.osc


timeflux.nodes.osc: Simple OSC client and server

osc

class timeflux.nodes.osc.Server(addresses=[], ip='127.0.0.1', port=5005)[source]

Bases: timeflux.core.node.Node

A simple OSC server.

Instantiate the node.

update()[source]

Update the input and output ports.

terminate()[source]

Perform cleanup upon termination.

class timeflux.nodes.osc.Client(address='', ip='127.0.0.1', port=5005)[source]

Bases: timeflux.core.node.Node

A simple OSC client.

Instantiate the node.

update()[source]

Update the input and output ports.