Skip to content

ableton.v2.control_surface.skin

Classes

class SkinColorMissingError(Exception)

Bases: Exception

class DynamicColorNotAvailableError(Exception)

Bases: Exception

Attributes

  • msg = 'In order to use dynamic colors, you need to inject the song while creating the skin'

class Skin(EventObject)

Bases: EventObject

__init__(self, colors, song, *a, **k)

_fill_colors(self, colors, pathname, song)

__getitem__(self, key)

items(self)

_get_dynamic_color(self, color_factory, song)

_create_dynamic_color(self, color_factory, song)

Functions

merge_skins(*skins)