Skip to content

SL_MkIII.actions

Module constants

  • ACTION_NAMES = ('Undo', 'Redo', 'Click', '', '', '', '', '')
  • UNDO_DISPLAY_INDEX = 0
  • REDO_DISPLAY_INDEX = 1
  • METRONOME_DISPLAY_INDEX = 2
  • QUANTIZE_DISPLAY_INDEX = 5
  • CAPTURE_DISPLAY_INDEX = 7

Classes

class ActionsComponent(ClipActionsComponent)

Bases: ClipActionsComponent

Attributes

  • actions_display
  • actions_color_fields
  • actions_selection_fields
  • _ActionsComponent__on_can_capture_midi_changed
  • _ActionsComponent__on_metronome_changed
  • _ActionsComponent__on_record_quantization_changed

__init__(self, *a, **k)

capture_midi_display(self)

capture_midi_display(self, string)

capture_midi_color_field(self)

capture_midi_selection_field(self)

quantize_display(self)

quantize_display(self, string)

quantize_color_field(self)

quantize_selection_field(self)

undo_button(self, _)

redo_button(self, _)

capture_midi_button(self, _)

quantize_button(self, _)

delete_button(self, _)

duplicate_button(self, _)

double_loop_button(self, _)

metronome_button(self, toggled, _)

_handling_undo_step(self)

__on_can_capture_midi_changed(self)

__on_metronome_changed(self)

__on_record_quantization_changed(self)

_update_metronome_controls(self)

_update_action_buttons(self)

_update_conditional_controls(self, name, display_name, condition_met)