jdxi_editor.ui.widgets.pattern.sequencer_button
Sequencer step button with row, column, and note data.
Note data is canonical in note_spec (NoteButtonSpec); note, note_duration, note_velocity are properties that read/write through it.
Classes
A checkable step button for the pattern sequencer with row, column, and note state. |
Module Contents
- class jdxi_editor.ui.widgets.pattern.sequencer_button.SequencerButton(row: int, column: int, parent: PySide6.QtWidgets.QWidget | None = None)[source]
Bases:
PySide6.QtWidgets.QPushButtonA checkable step button for the pattern sequencer with row, column, and note state.