disguise developers

Python API

Execute Python code in Designer sessions to control and query projects programmatically.

PlayMode

A wrapper class that lists the possible play modes of the PlayHead.

Properties

state : int (Read-Only)

Play mode of the PlayHead. An enum of the list [Play, PlaySection, LoopSection, Stop, HoldSection, HoldEnd].

Constructors

__init__(self)

__init__(self, rhs: PlayMode)

__init__(self, m: int)

Special Methods

__str__(self) -> str

Returns a string representation of the play mode.

Returns A string representation of the play mode.