Component representing a ClipSlot within Live.
|
|
__init__(self,
*a,
**k)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_clip_rgb_table(self,
rgb_table)
A list of velocity, hex-rgb color pairs that is used, if the color
could not be matched to the clip palette |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| _find_nearest_color(self,
rgb_table,
src_hex_color) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from ControlSurfaceComponent.ControlSurfaceComponent:
application,
disconnect,
is_enabled,
on_scene_list_changed,
on_selected_scene_changed,
on_selected_track_changed,
on_track_list_changed,
set_allow_update,
set_enabled,
song,
update_all
Inherited from SubjectSlot.SlotManager:
register_slot,
register_slot_manager
Inherited from Disconnectable.CompoundDisconnectable:
disconnect_disconnectable,
find_disconnectable,
has_disconnectable,
register_disconnectable,
unregister_disconnectable
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|