Class encapsulating all functions in Live's transport section.
|
|
__init__(self,
*a,
**k)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
| set_seek_buttons(self,
ffwd_button,
rwd_button) |
source code
|
|
|
|
|
|
|
|
|
|
| set_nudge_buttons(self,
up_button,
down_button) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| set_punch_buttons(self,
in_button,
out_button) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| set_arrangement_overdub_button(self,
button) |
source code
|
|
|
|
|
|
|
| set_tempo_control(self,
control,
fine_control=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _move_current_song_time(self,
speed,
delta) |
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__
|