Zrythm
a highly automated and intuitive digital audio workstation
|
A preset of chord descriptors. More...
#include <settings/chord_preset.h>
Data Fields | |
char * | name |
Preset name. | |
ChordDescriptor * | descr [12] |
Chord descriptors. | |
ChordPresetPack * | pack |
Pointer to owner pack. | |
A preset of chord descriptors.
Definition at line 29 of file chord_preset.h.
ChordDescriptor* ChordPreset::descr[12] |
Chord descriptors.
Definition at line 35 of file chord_preset.h.
char* ChordPreset::name |
Preset name.
Definition at line 32 of file chord_preset.h.
ChordPresetPack* ChordPreset::pack |
Pointer to owner pack.
Definition at line 38 of file chord_preset.h.