10#ifndef __SETTINGS_CHORD_PRESET_H__
11#define __SETTINGS_CHORD_PRESET_H__
13#include "zrythm-config.h"
42chord_preset_new (
void);
45chord_preset_new_from_name (
const char * name);
62chord_preset_set_name (
ChordPreset * self,
const char * name);
65chord_preset_generate_context_menu (
const ChordPreset * self);
char * chord_preset_get_info_text(const ChordPreset *self)
Gets informational text.
NONNULL void chord_preset_free(ChordPreset *self)
Frees the plugin setting.
A ChordDescriptor describes a chord and is not linked to any specific object by itself.
A preset of chord descriptors.
ChordPresetPack * pack
Pointer to owner pack.
ChordDescriptor * descr[12]
Chord descriptors.