ableton.v2.control_surface.elements.button_matrix¶
Classes¶
class ButtonMatrixElement(CompoundElement)¶
Bases: CompoundElement
ableton.v2.control_surface.elements.button_matrix¶ButtonMatrixElement(CompoundElement)¶Bases: CompoundElement
__init__(self, rows, *a, **k)¶submatrix(self, col_slice, row_slice)¶add_row(self, buttons)¶width(self)¶height(self)¶send_value(self, column, row, value, force)¶set_light(self, column, row, value)¶get_button(self, row, column)¶set_channel(self, channel)¶reset(self)¶__iter__(self)¶__getitem__(self, index)¶_do_get_item(self, index)¶__len__(self)¶iterbuttons(self)¶on_nested_control_element_value(self, value, sender)¶on_nested_control_element_received(self, control)¶on_nested_control_element_lost(self, control)¶