|
Zrythm
a highly automated and intuitive digital audio workstation
|
Backend for the chord editor. More...
#include <gui/backend/chord_editor.h>

Data Fields | |
| ChordDescriptor * | chords [128] |
| The chords to show on the left. | |
| int | num_chords |
| EditorSettings | editor_settings |
Backend for the chord editor.
Definition at line 36 of file chord_editor.h.
| ChordDescriptor* ChordEditor::chords[128] |
The chords to show on the left.
Currently fixed to 12 chords whose order cannot be edited. Chords cannot be added or removed.
Definition at line 44 of file chord_editor.h.
| EditorSettings ChordEditor::editor_settings |
Definition at line 47 of file chord_editor.h.
| int ChordEditor::num_chords |
Definition at line 45 of file chord_editor.h.