Zrythm
a highly automated and intuitive digital audio workstation
|
Selections to be used for the ChordArrangerWidget's current selections, copying, undoing, etc. More...
#include <gui/backend/chord_selections.h>
Data Fields | |
ArrangerSelections | base |
Base struct. | |
ChordObject ** | chord_objects |
Selected ChordObject's. | |
int | num_chord_objects |
size_t | chord_objects_size |
Selections to be used for the ChordArrangerWidget's current selections, copying, undoing, etc.
Definition at line 31 of file chord_selections.h.
ArrangerSelections ChordSelections::base |
Base struct.
Definition at line 34 of file chord_selections.h.
ChordObject** ChordSelections::chord_objects |
Selected ChordObject's.
These are used for serialization/deserialization only.
Definition at line 40 of file chord_selections.h.
size_t ChordSelections::chord_objects_size |
Definition at line 42 of file chord_selections.h.
int ChordSelections::num_chord_objects |
Definition at line 41 of file chord_selections.h.