pushbase.note_repeat_component¶
Module constants¶
NOTE_REPEAT_RATESDEFAULT_INDEX = 5DEFAULT_RATE
Classes¶
class DummyNoteRepeat(object)¶
Bases: object
Attributes¶
repeat_rate = 1.0enabled = False
class NoteRepeatComponent(Component)¶
Bases: Component
Attributes¶
_NoteRepeatComponent__on_selected_track_changed
__init__(self, note_repeat, *a, **k)¶
update(self)¶
_update_aftertouch(self)¶
set_aftertouch_control(self, control)¶
set_select_buttons(self, buttons)¶
set_note_repeat(self, note_repeat)¶
set_pad_parameters(self, element)¶
_get_repeat_rate(self)¶
__on_selected_track_changed(self)¶
_get_repeat_rate_index(self)¶
_enable_note_repeat(self)¶
_disable_note_repeat(self)¶
_set_recording_quantization(self, value)¶
_on_selected_option_changed(self, option)¶
_update_note_repeat(self, enabled)¶
class NoteRepeatEnabler(Component)¶
Bases: Component
Attributes¶
_NoteRepeatEnabler__on_selected_track_changed