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

Class TransportComponent

source code

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

Class encapsulating all functions in Live's transport section.

Nested Classes [hide private]

Inherited from SubjectSlot.Subject: __metaclass__

Instance Methods [hide private]
 
__init__(self, *a, **k)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
set_stop_button(self, button) source code
 
set_play_button(self, button) source code
 
set_seek_buttons(self, ffwd_button, rwd_button) source code
 
set_seek_forward_button(self, ffwd_button) source code
 
set_seek_backward_button(self, rwd_button) source code
 
set_nudge_buttons(self, up_button, down_button) source code
 
set_nudge_up_button(self, up_button) source code
 
set_nudge_down_button(self, down_button) source code
 
set_record_button(self, button) source code
 
set_tap_tempo_button(self, button) source code
 
set_loop_button(self, button) source code
 
set_punch_buttons(self, in_button, out_button) source code
 
set_punch_in_button(self, in_button) source code
 
set_punch_out_button(self, out_button) source code
 
set_metronome_button(self, button) source code
 
set_session_overdub_button(self, button) source code
 
set_arrangement_overdub_button(self, button) source code
 
set_overdub_button(self, button) source code
 
set_tempo_control(self, control, fine_control=None) source code
 
set_tempo_fine_control(self, fine_control) source code
 
set_song_position_control(self, control) source code
 
update(self) source code
 
_ffwd_value_slot(self, value) source code
 
_ffwd_value(self, value) source code
 
_rwd_value_slot(self, value) source code
 
_rwd_value(self, value) source code
 
_move_current_song_time(self, speed, delta) source code
 
_tap_tempo_value(self, value) source code
 
_update_tap_tempo_button(self) source code
 
_tempo_value(self, value) source code
 
_tempo_fine_value(self, value) source code
 
_song_position_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, disconnect, is_enabled, on_enabled_changed, on_scene_list_changed, on_selected_scene_changed, on_selected_track_changed, on_track_list_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, *a, **k)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

update(self)

source code 
Overrides: ControlSurfaceComponent.ControlSurfaceComponent.update

_ffwd_value_slot(self, value)

source code 
Decorators:
  • @subject_slot('value')

_rwd_value_slot(self, value)

source code 
Decorators:
  • @subject_slot('value')

_tap_tempo_value(self, value)

source code 
Decorators:
  • @subject_slot('value')

_tempo_value(self, value)

source code 
Decorators:
  • @subject_slot('value')

_tempo_fine_value(self, value)

source code 
Decorators:
  • @subject_slot('value')

_song_position_value(self, value)

source code 
Decorators:
  • @subject_slot('value')