Class using a matrix of buttons to choose blocks of clips in the
session, as if you had zoomed out from session.
|
|
__init__(self,
session=None,
*a,
**k)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| set_nav_buttons(self,
up,
down,
left,
right) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_session_set_enabled(self,
is_enabled)
Override to customize behaviour when session is disabled. |
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_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__
|