Skip to content

_Framework.SessionRecordingComponent

Classes

class SessionRecordingComponent(CompoundComponent)

Bases: CompoundComponent

Attributes

  • scene_list_mode

__init__(self, clip_creator, view_controller, *a, **k)

set_record_button(self, button)

set_automation_button(self, button)

set_re_enable_automation_button(self, button)

set_delete_automation_button(self, button)

set_scene_list_new_button(self, button)

set_new_button(self, button)

set_new_scene_button(self, button)

deactivate_recording(self)

update(self)

_update_scene_list_new_button(self)

_update_new_button(self)

_update_generic_new_button(self, new_button)

_update_new_scene_button(self)

_update_record_button(self)

_on_re_enable_automation_value(self, value)

_on_delete_automation_value(self, value)

_get_playing_clip(self)

_handle_limitation_error_on_scene_creation(self)

_on_tracks_changed_in_live(self)

_on_is_playing_changed_in_live(self)

_on_record_button_value(self, value)

_on_new_scene_button_value(self, value)

_on_scene_list_new_button_value(self, value)

_on_new_button_value(self, value)

_prepare_new_action(self)

_has_clip(self, scene_or_track)

_create_silent_scene(self, scene_index)

_jump_to_next_slot(self, track, start_index)

_stop_recording(self)

_start_recording(self)

_next_empty_slot(self, track, scene_index)

_view_selected_clip_detail(self)

_reconnect_track_listeners(self)

_set_scene_list_mode(self, scene_list_mode)

_get_scene_list_mode(self)

Functions

track_fired_slot(track)

track_playing_slot(track)

track_is_recording(track)

track_will_record(track)