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

Class DeviceComponent

source code

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

Class representing a device in Live

Nested Classes [hide private]

Inherited from SubjectSlot.Subject: __metaclass__

Instance Methods [hide private]
 
__init__(self, device_bank_registry=None, *a, **k)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
disconnect(self) source code
 
on_enabled_changed(self) source code
 
device(self) source code
 
set_device(self, device) source code
 
set_bank_nav_buttons(self, down_button, up_button) source code
 
set_bank_buttons(self, buttons) source code
 
set_parameter_controls(self, controls) source code
 
set_lock_to_device(self, lock, device) source code
 
set_lock_button(self, button) source code
 
set_on_off_button(self, button) source code
 
set_lock_callback(self, callback) source code
 
restore_bank(self, bank_index) source code
 
device_name_data_source(self) source code
 
device_has_listener(self, listener) source code
 
add_device_listener(self, listener) source code
 
remove_device_listener(self, listener) source code
 
update(self) source code
 
_bank_up_value(self, value) source code
 
_bank_down_value(self, value) source code
 
_lock_value(self, value) source code
 
_on_off_value(self, value) source code
 
_bank_value(self, value, button) source code
 
_is_banking_enabled(self) source code
 
_assign_parameters(self) source code
 
_on_device_name_changed(self) source code
 
_on_parameters_changed(self) source code
 
_on_off_parameter(self) source code
 
_on_on_off_changed(self) source code
 
_best_of_parameter_bank(self) source code
 
_parameter_banks(self) source code
 
_parameter_bank_names(self) source code
 
_device_parameters_to_map(self) source code
 
_number_of_parameter_banks(self) source code
 
_current_bank_details(self) source code
 
_on_device_bank_changed(self, device, bank) source code
 
_release_parameters(self, controls) 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, device_bank_registry=None, *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_enabled_changed(self)

source code 
Overrides: ControlSurfaceComponent.ControlSurfaceComponent.on_enabled_changed

update(self)

source code 
Overrides: ControlSurfaceComponent.ControlSurfaceComponent.update