Skip to content

ableton.v3.control_surface.components.clip_actions

Module constants

  • QUANTIZATION_OPTION_NAMES

Classes

class ClipActionsComponent(Component, Renderable)

Bases: Component, Renderable

Attributes

  • _ClipActionsComponent__on_target_clip_recording_changed
  • _ClipActionsComponent__on_target_clip_playing_status_changed
  • _ClipActionsComponent__on_record_quantization_changed

__init__(self, name, target_track, *a, **k)

delete_button(self, _)

double_button(self, _)

duplicate_button(self, _)

quantize_button(self, _)

_quantize_clip(self, clip)

_update_action_buttons(self)

_update_delete_button(self)

_update_double_button(self)

_update_duplicate_button(self)

_update_quantize_button(self)

_get_target_clip(self)

__on_target_clip_recording_changed(self)

__on_target_clip_playing_status_changed(self)

__on_record_quantization_changed(self)