Skip to content

Launch_Control_XL_3.display

Module constants

  • DisplayText
  • display_specification

Classes

class ControlType(IntEnum)

Bases: IntEnum

Attributes

  • faders = 0
  • upper_encoders = 1
  • lower_encoders = 2

class Config(IntEnum)

Bases: IntEnum

Attributes

  • two_line = 97
  • three_line = 98

class TargetContent

Attributes

  • config
  • lines = ()
  • trigger = False

class DisplayContent

Attributes

  • static = None
  • temp = None
  • encoders = ()
  • upper_encoders = ()
  • lower_encoders = ()
  • faders = ()

with_parameters(cls, state, released_encoder_index, **k)

class Notifications(DefaultNotifications)

Bases: DefaultNotifications

Attributes

  • generic
  • identify

class Device(DefaultNotifications.Device)

Bases: DefaultNotifications.Device

Attributes
  • bank

class Modes(DefaultNotifications.Modes)

Bases: DefaultNotifications.Modes

Attributes
  • select

Functions

render_mode_notification(mode)

render_notification(_, notification_text)

create_root_view()

protocol(elements)