Skip to content

ableton.v3.control_surface.components.mixer

Classes

class MixerComponent(Component)

Bases: Component

Attributes

  • prehear_volume_control
  • crossfader_control
  • _MixerComponent__on_offset_changed

__init__(self, name, session_ring, target_track, channel_strip_component_type, send_index_control_component_type, target_can_be_master, *a, **k)

channel_strip(self, index)

master_strip(self)

target_strip(self)

num_send_controls_per_strip(self)

set_prehear_volume_control(self, control)

set_crossfader_control(self, control)

set_cycle_send_index_button(self, button)

set_prev_send_index_button(self, button)

set_next_send_index_button(self, button)

set_shift_button(self, button)

set_send_controls(self, controls)

_clear_send_controls(self)

__getattr__(self, name)

_set_master_or_target_strip_control(strip, name, control)

_set_target_strip_indexed_send_control(self, send_index, control)

_set_indexed_send_controls(self, send_index, controls)

_set_strip_controls(self, name, controls)

cycle_send_index(self)

_on_send_index_changed(self)

__on_offset_changed(self, *_)

_reassign_tracks(self)

_update_target_strip(self)

update(self)

_create_channel_strip(self, is_master, is_target)