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

Class TrackFilterComponent

source code

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

Class representing a track's filter, attaches to the last filter in the 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) source code
 
on_enabled_changed(self) source code
 
set_track(self, track) source code
 
set_filter_controls(self, freq, reso) source code
 
update(self) source code
 
_on_devices_changed(self) source code

Inherited from ControlSurfaceComponent.ControlSurfaceComponent: application, 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)
(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

update(self)

source code 
Overrides: ControlSurfaceComponent.ControlSurfaceComponent.update