Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ChordEditor Struct Reference

Backend for the chord editor. More...

#include <gui/backend/chord_editor.h>

Collaboration diagram for ChordEditor:

Data Fields

int schema_version
 
ChordDescriptorchords [128]
 The chords to show on the left.
 
int num_chords
 
EditorSettings editor_settings
 

Detailed Description

Backend for the chord editor.

Definition at line 36 of file chord_editor.h.

Field Documentation

◆ chords

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 46 of file chord_editor.h.

◆ editor_settings

EditorSettings ChordEditor::editor_settings

Definition at line 49 of file chord_editor.h.

◆ num_chords

int ChordEditor::num_chords

Definition at line 47 of file chord_editor.h.

◆ schema_version

int ChordEditor::schema_version

Definition at line 38 of file chord_editor.h.


The documentation for this struct was generated from the following file: