disguise developers

Designer Plugins

Plugins for Disguise Designer software.

OscMachineControl

Base class: Device

Properties

displayQueryAddress : str

Address to query display resolutions - accepts a string parameter which is the machine host name to query

Category: Input Addresses
UserName: Display query address

failoverAddress : str

Address to cause machine failover - accepts a string parameter which is the machine host name to make failover

Category: Input Addresses
UserName: Failover address

machineResolutionOutputAddress : str

Root address of response to displayQueryAddress with 2 integer data with x & y resolution
e.g. /d3/showcontrol/display/resolution/myMachine/0/0 1920 1080

Category: Output Addresses
UserName: Machine resolution address

oscDevice : OscDevice

UserName: OSC device

restoreAddress : str

Address to cause machine restore - accepts a string parameter which is the machine host name to restore

Category: Input Addresses
UserName: Restore address

Constructors

__init__(self)