OscSendTarget
Represents a single target (or route) to send OSC messages to
Properties
address : IPAddress
IPv4 address to send OSC messages to.
UserName: Address
enabled : bool
Whether this route is active. Disabled targets are skipped when sending.
UserName: Enabled
label : str
Human-readable label for the target. Decorative only; not used for network resolution.
UserName: Label
port : int
UDP port to send OSC messages on.
UserName: Port
Constructors
__init__(self)
Default constructor for OscSendTarget