Control Enumerations#
- class tosclib.controls.Control[source]#
Protocol type of Control
- controlT#
Control Type
- Type
ClassVar[Literal[<ControlType.BOX: ‘BOX’>, <ControlType.BUTTON: ‘BUTTON’>, <ControlType.ENCODER: ‘ENCODER’>, <ControlType.FADER: ‘FADER’>, <ControlType.GRID: ‘GRID’>, <ControlType.GROUP: ‘GROUP’>, <ControlType.LABEL: ‘LABEL’>, <ControlType.PAGER: ‘PAGER’>, <ControlType.RADAR: ‘RADAR’>, <ControlType.RADIAL: ‘RADIAL’>, <ControlType.RADIO: ‘RADIO’>, <ControlType.TEXT: ‘TEXT’>, <ControlType.XY: ‘XY’>]]
- properties#
List of Property
- values#
List of Value
- Type
- messages#
List of Message
- __init__(*args, **kwargs)#