Package _Framework :: Module ClipSlotComponent :: Class ClipSlotComponent
[hide private]
[frames] | no frames]

Class ClipSlotComponent

source code

                         object --+                
                                  |                
      Disconnectable.Disconnectable --+            
                                      |            
  Disconnectable.CompoundDisconnectable --+        
                                          |        
                    SubjectSlot.SlotManager --+    
                                              |    
                             object --+       |    
                                      |       |    
          Disconnectable.Disconnectable --+   |    
                                          |   |    
                        SubjectSlot.Subject --+    
                                              |    
ControlSurfaceComponent.ControlSurfaceComponent --+
                                                  |
                                                 ClipSlotComponent

Component representing a ClipSlot within Live.

Nested Classes [hide private]

Inherited from SubjectSlot.Subject: __metaclass__

Instance Methods [hide private]
 
__init__(self, *a, **k)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
on_enabled_changed(self) source code
 
set_clip_slot(self, clip_slot) source code
 
set_launch_button(self, button) source code
 
set_delete_button(self, button) source code
 
set_select_button(self, button) source code
 
set_duplicate_button(self, button) source code
 
set_triggered_to_play_value(self, value) source code
 
set_triggered_to_record_value(self, value) source code
 
set_started_value(self, value) source code
 
set_recording_value(self, value) source code
 
set_stopped_value(self, value) source code
 
set_record_button_value(self, value) source code
 
set_clip_palette(self, palette) 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
 
has_clip(self) source code
 
update(self) source code
 
_feedback_value(self) source code
 
_find_nearest_color(self, rgb_table, src_hex_color) source code
 
_on_clip_state_changed(self) source code
 
_on_clip_color_changed(self) source code
 
_on_playing_state_changed(self) source code
 
_on_recording_state_changed(self) source code
 
_on_arm_value_changed(self) source code
 
_on_implicit_arm_value_changed(self) source code
 
_on_has_stop_button_changed(self) source code
 
_on_slot_triggered_changed(self) source code
 
_launch_value(self, value) source code
 
_do_delete_clip(self) source code
 
_do_select_clip(self, clip_slot) source code
 
_do_duplicate_clip(self) source code
 
_do_launch_clip(self, value) 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__

Class Variables [hide private]

Inherited from ControlSurfaceComponent.ControlSurfaceComponent: canonical_parent, is_private, layer, name

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

on_enabled_changed(self)

source code 
Overrides: ControlSurfaceComponent.ControlSurfaceComponent.on_enabled_changed

update(self)

source code 
Overrides: ControlSurfaceComponent.ControlSurfaceComponent.update

_on_clip_color_changed(self)

source code 
Decorators:
  • @subject_slot('color')