disguise developers

Designer Plugins

Plugins for Disguise Designer software.

OscDevice

Base class: Device

Properties

ipFromFilter : str

Filter by sender IP. Leave blank for any IP.

Category: Receive
UserName: IP Filter

receivePort : int

The IP address that d3 should receive OSC commands from

Category: Receive

sendIPAddress : str

The IP address that d3 should send OSC commands to

Category: Send
UserName: IP Address

sendPort : int

The port that d3 should send OSC commands on

Category: Send
UserName: Port

supportsSendingMessageBundles : bool

Does this device support receiving batches of multiple OSC messages in one bundle

Category: Send
UserName: Supports message bundles

verboseSend : int

Output all sent messages to the console

Options: {0: ‘No’, 1: ‘Yes’}
Category: Send
UserName: Verbose Sending

Methods

send(self, message: OscMessage)