disguise developers

Designer Plugins

Plugins for Disguise Designer software.

ScreenPositionReceiver

Base class: Device

Properties

axes : List[ScreenPositionAxis]

drivers : List[ScreenPositionDriver]

engaged : bool

expressions : List[ScreenAxisExpression]

frameOfReference : AnimationAxisSettings

movementThreshold : float

Minimum change needed before updating output value. Helps when data has unwanted movement when intended to be static. 0 means no threshold (disabled)

positionSamples : int

Number of position samples to filter. Use 0 to disable. More samples will introduce higher latency with more smoothing effect. Fewer samples will introduce less latency with less smoothing effect.

prediction : float

Compensate for time latency between received data and projector output. Use 0 to disable.

predictionEnabled : int

When switched on, prediction uses the ‘bias’ property to predict tracked positions at a future time

smoothingFactor : float

Smoothing Factor (%). Higher values will smooth the data more but will increase latency and therefore the need for prediction. Conversely, for lower values.

status : int

Controls all show machines’ status Independent editors are always disengaged Director-locked editors follow this setting

timeSamples : int

Number of time samples to filter. Use 0 to disable. More samples will introduce higher latency with more smoothing effect. Fewer samples will introduce less latency with less smoothing effect.

Methods

canCreateAxes(self) -> bool

clearAxes(self)

createAxes(self)