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

Class MixerComponent

source code

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

Class encompassing several channel strips to form a mixer

Nested Classes [hide private]

Inherited from SubjectSlot.Subject: __metaclass__

Instance Methods [hide private]
 
__init__(self, num_tracks, num_returns=0, with_eqs=False, with_filters=False)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
disconnect(self) source code
 
channel_strip(self, index) source code
 
return_strip(self, index) source code
 
track_eq(self, index) source code
 
track_filter(self, index) source code
 
master_strip(self) source code
 
selected_strip(self) source code
 
set_prehear_volume_control(self, control) source code
 
set_crossfader_control(self, control) source code
 
set_bank_buttons(self, up_button, down_button) source code
 
set_select_buttons(self, next_button, prev_button) source code
 
set_track_offset(self, new_offset) source code
 
on_enabled_changed(self) source code
 
on_track_list_changed(self)
Called by the control surface if tracks are added/removed, to be overridden
source code
 
on_selected_track_changed(self)
Called by the control surface when a track is selected, to be overridden
source code
 
tracks_to_use(self) source code
 
update(self) source code
 
_reassign_tracks(self) source code
 
_create_strip(self) source code
 
_bank_up_value(self, value) source code
 
_bank_down_value(self, value) source code
 
_next_track_value(self, value) source code
 
_prev_track_value(self, value) 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_scene_list_changed, on_selected_scene_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]

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, num_tracks, num_returns=0, with_eqs=False, with_filters=False)
(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_enabled_changed(self)

source code 
Overrides: ControlSurfaceComponent.ControlSurfaceComponent.on_enabled_changed

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)

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