Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
chord_preset.h File Reference

Chord preset. More...

#include "zrythm-config.h"
#include <stdbool.h>
#include "dsp/chord_descriptor.h"
#include "utils/yaml.h"
Include dependency graph for chord_preset.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ChordPreset
 A preset of chord descriptors. More...
 

Macros

#define CHORD_PRESET_SCHEMA_VERSION   1
 

Functions

ChordPresetchord_preset_new (const char *name)
 
NONNULL ChordPresetchord_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.
 

Detailed Description

Chord preset.

Definition in file chord_preset.h.