novation.fixed_length¶
Module constants¶
NUM_LENGTHS = 8
Classes¶
class FixedLengthSetting(object)¶
Bases: object
__init__(self, *a, **k)¶
selected_index(self)¶
selected_index(self, value)¶
enabled(self)¶
enabled(self, value)¶
get_selected_length(self, song)¶
class FixedLengthComponent(Component)¶
Bases: Component
__init__(self, fixed_length_setting, *a, **k)¶
fixed_length_button(self, button)¶
fixed_length_button(self, _)¶
fixed_length_button(self, button)¶
fixed_length_button(self, _)¶
_update_fixed_length_button(self)¶
class FixedLengthSettingComponent(Component)¶
Bases: Component