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

Class ChannelStripComponent

source code

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

Class attaching to the mixer of a given track

Nested Classes [hide private]

Inherited from SubjectSlot.Subject: __metaclass__

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
disconnect(self)
releasing references and removing listeners
source code
 
set_track(self, track) source code
 
_update_track_name_data_source(self) source code
 
set_send_controls(self, controls) source code
 
set_pan_control(self, control) source code
 
set_volume_control(self, control) source code
 
set_select_button(self, button) source code
 
set_mute_button(self, button) source code
 
set_solo_button(self, button) source code
 
set_arm_button(self, button) source code
 
set_shift_button(self, button) source code
 
set_crossfade_toggle(self, button) source code
 
set_invert_mute_feedback(self, invert_feedback) source code
 
on_enabled_changed(self) source code
 
on_selected_track_changed(self)
Called by the control surface when a track is selected, to be overridden
source code
 
solo_button_pressed(self) source code
 
arm_button_pressed(self) source code
 
track_name_data_source(self) source code
 
_connect_parameters(self) source code
 
_disconnect_parameters(self) source code
 
update(self) source code
 
_select_value(self, value) source code
 
_mute_value(self, value) source code
 
update_solo_state(self, solo_exclusive, new_value, respect_multi_selection, track) source code
 
_solo_value(self, value) source code
 
_arm_value(self, value) source code
 
_shift_value(self, value) source code
 
_crossfade_toggle_value(self, value) source code
 
_on_sends_changed(self) source code
 
_on_mute_changed(self) source code
 
_on_solo_changed(self) source code
 
_on_arm_changed(self) source code
 
_on_track_name_changed(self) source code
 
_on_cf_assign_changed(self) source code
 
_on_input_routing_changed(self) source code

Inherited from ControlSurfaceComponent.ControlSurfaceComponent: application, is_enabled, on_scene_list_changed, on_selected_scene_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__

Static Methods [hide private]
 
number_of_arms_pressed() source code
 
number_of_solos_pressed() source code
Class Variables [hide private]
  _active_instances = []
  empty_color = None

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

disconnect(self)

source code 

releasing references and removing listeners

Overrides: Disconnectable.Disconnectable.disconnect

on_enabled_changed(self)

source code 
Overrides: ControlSurfaceComponent.ControlSurfaceComponent.on_enabled_changed

on_selected_track_changed(self)

source code 

Called by the control surface when a track is selected, to be overridden

Overrides: ControlSurfaceComponent.ControlSurfaceComponent.on_selected_track_changed
(inherited documentation)

update(self)

source code 
Overrides: ControlSurfaceComponent.ControlSurfaceComponent.update