Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ChordPreset Struct Reference

A preset of chord descriptors. More...

#include <settings/chord_preset.h>

Collaboration diagram for ChordPreset:

Data Fields

int schema_version
 
char * name
 Preset name.
 
ChordDescriptordescr [12]
 Chord descriptors.
 
ChordPresetPackpack
 Pointer to owner pack.
 

Detailed Description

A preset of chord descriptors.

Definition at line 33 of file chord_preset.h.

Field Documentation

◆ descr

ChordDescriptor* ChordPreset::descr[12]

Chord descriptors.

Definition at line 41 of file chord_preset.h.

◆ name

char* ChordPreset::name

Preset name.

Definition at line 38 of file chord_preset.h.

◆ pack

ChordPresetPack* ChordPreset::pack

Pointer to owner pack.

Definition at line 44 of file chord_preset.h.

◆ schema_version

int ChordPreset::schema_version

Definition at line 35 of file chord_preset.h.


The documentation for this struct was generated from the following file: