Skip to content

ableton.v3.control_surface.components.clipboard

Classes

class ClipboardComponent(Component, Renderable)

Bases: Component, Renderable

Attributes

  • has_content
  • is_copying

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

set_copy_button(self, button)

copy_or_paste(self, obj)

copy(self, obj)

paste(self, obj)

clear(self, notify)

copy_button(self, _)

copy_button(self, _)

update(self)

_do_copy(self, obj)

_do_paste(self, obj)

_is_source_valid(self)

class BufferedClipboardComponent(ClipboardComponent)

Bases: ClipboardComponent

__init__(self, *a, **k)

buffer(self)

clear(self, notify)

append_buffer(self, obj)

extend_buffer(self, obj)

_is_source_valid(self)