Skip to content

Move.note_repeat

Module constants

  • REPEAT_RATE_MAP
  • REPEAT_RATE_VALUES
  • DEFAULT_REPEAT_RATE

Classes

class NoteRepeatModel(EventObject, Renderable)

Bases: EventObject, Renderable

Attributes

  • _NoteRepeatModel__on_record_quantization_changed

__init__(self, song, note_repeat, *a, **k)

index(self)

index(self, index)

rate(self)

rate(self, rate)

enabled(self)

enabled(self, state)

toggle_enabled(self)

_update_recording_quantization(self)

__on_record_quantization_changed(self)

class NoteRepeatComponent(Component, Renderable)

Bases: Component, Renderable

Attributes

  • rate_encoder
  • enabled_state_toggled_by_button
  • _NoteRepeatComponent__on_target_track_changed

__init__(self, name, note_repeat, target_track, *a, **k)

model(self)

repeat_button(self, _)

update(self)

_store_note_repeat_state(self)

_restore_note_repeat_state(self)

_update_repeat_button(self)

__on_target_track_changed(self)