PlayMode
A wrapper class that lists the possible play modes of the PlayHead.
Category: Transports
Base class: _BlipValue
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.