Zrythm
a highly automated and intuitive digital audio workstation
|
Chord preset pack. More...
#include <settings/chord_preset_pack.h>
Data Fields | |
char * | name |
Pack name. | |
GPtrArray * | presets |
Presets. | |
bool | is_standard |
Whether this is a standard preset pack (not user-defined). | |
Chord preset pack.
Definition at line 27 of file chord_preset_pack.h.
bool ChordPresetPack::is_standard |
Whether this is a standard preset pack (not user-defined).
Definition at line 36 of file chord_preset_pack.h.
char* ChordPresetPack::name |
Pack name.
Definition at line 30 of file chord_preset_pack.h.
GPtrArray* ChordPresetPack::presets |
Presets.
Definition at line 33 of file chord_preset_pack.h.