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.

receivePort : int

The IP address that d3 should receive OSC commands from

sendIPAddress : str

The IP address that d3 should send OSC commands to

sendPort : int

The port that d3 should send OSC commands on

supportsSendingMessageBundles : bool

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

verboseSend : int

Output all sent messages to the console

Methods

send(self, message: OscMessage)