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

Class SceneComponent

source code

                         object --+                    
                                  |                    
      Disconnectable.Disconnectable --+                
                                      |                
  Disconnectable.CompoundDisconnectable --+            
                                          |            
                    SubjectSlot.SlotManager --+        
                                              |        
                             object --+       |        
                                      |       |        
          Disconnectable.Disconnectable --+   |        
                                          |   |        
                        SubjectSlot.Subject --+        
                                              |        
ControlSurfaceComponent.ControlSurfaceComponent --+    
                                                  |    
                CompoundComponent.CompoundComponent --+
                                                      |
                                                     SceneComponent

Class representing a scene in Live

Nested Classes [hide private]

Inherited from SubjectSlot.Subject: __metaclass__

Instance Methods [hide private]
 
__init__(self, num_slots=0, tracks_to_use_callback=nop, *a, **k)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
disconnect(self) source code
 
on_track_list_changed(self)
Called by the control surface if tracks are added/removed, to be overridden
source code
 
set_scene(self, scene) source code
 
set_launch_button(self, button) source code
 
set_select_button(self, button) source code
 
set_delete_button(self, button) source code
 
set_track_offset(self, offset) source code
 
set_triggered_value(self, value) source code
 
clip_slot(self, index) source code
 
update(self) source code
 
_launch_value(self, value) source code
 
_do_select_scene(self, scene) source code
 
_do_delete_scene(self, scene) source code
 
_on_is_triggered_changed(self) source code
 
_create_clip_slot(self) source code

Inherited from CompoundComponent.CompoundComponent: has_component, register_component, register_components, set_allow_update, set_enabled, update_all

Inherited from ControlSurfaceComponent.ControlSurfaceComponent: application, is_enabled, on_enabled_changed, on_scene_list_changed, on_selected_scene_changed, on_selected_track_changed, song

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]
  clip_slot_component_type = ClipSlotComponent

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, num_slots=0, tracks_to_use_callback=nop, *a, **k)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

disconnect(self)

source code 
Overrides: Disconnectable.Disconnectable.disconnect

on_track_list_changed(self)

source code 

Called by the control surface if tracks are added/removed, to be overridden

Overrides: ControlSurfaceComponent.ControlSurfaceComponent.on_track_list_changed
(inherited documentation)

update(self)

source code 
Overrides: ControlSurfaceComponent.ControlSurfaceComponent.update