Skip to content

ableton.v2.control_surface.components.scroll

Classes

class Scrollable(object)

Bases: object

can_scroll_up(self)

can_scroll_down(self)

scroll_up(self)

scroll_down(self)

class ScrollComponent(Component, Scrollable)

Bases: Component, Scrollable

Attributes

  • is_private = True
  • scrolling_delay
  • scrolling_step_delay = 0.1
  • default_scrollable
  • default_pager
  • _scrollable

__init__(self, scrollable, *a, **k)

_make_scroll_task(self, scroll_step)

scrollable(self)

scrollable(self, scrollable)

can_scroll_up(self)

can_scroll_down(self)

scroll_up(self)

scroll_down(self)

set_scroll_up_button(self, button)

set_scroll_down_button(self, button)

_update_scroll_buttons(self)

scroll_up_button(self, button)

scroll_up_button(self, button)

scroll_down_button(self, button)

scroll_down_button(self, button)

_do_scroll_up(self)

_do_scroll_down(self)

update(self)

_on_scroll_pressed(self, button, scroll_step, scroll_task)

_on_scroll_released(self, scroll_task)

_ensure_scroll_one_direction(self)