Zrythm
a highly automated and intuitive digital audio workstation
|
Chord preset. More...
Go to the source code of this file.
Data Structures | |
struct | ChordPreset |
A preset of chord descriptors. More... | |
Functions | |
ChordPreset * | chord_preset_new (void) |
ChordPreset * | chord_preset_new_from_name (const char *name) |
NONNULL ChordPreset * | chord_preset_clone (const ChordPreset *src) |
char * | chord_preset_get_info_text (const ChordPreset *self) |
Gets informational text. | |
const char * | chord_preset_get_name (const ChordPreset *self) |
void | chord_preset_set_name (ChordPreset *self, const char *name) |
GMenuModel * | chord_preset_generate_context_menu (const ChordPreset *self) |
NONNULL void | chord_preset_free (ChordPreset *self) |
Frees the plugin setting. | |
Chord preset.
Definition in file chord_preset.h.