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

Chord preset pack. More...

#include <settings/chord_preset_pack.h>

Collaboration diagram for ChordPresetPack:

Data Fields

int schema_version
 
char * name
 Pack name.
 
ChordPreset ** presets
 Presets.
 
int num_presets
 
size_t presets_size
 
bool is_standard
 Whether this is a standard preset pack (not user-defined).
 

Detailed Description

Chord preset pack.

Definition at line 47 of file chord_preset_pack.h.

Field Documentation

◆ is_standard

bool ChordPresetPack::is_standard

Whether this is a standard preset pack (not user-defined).

Definition at line 61 of file chord_preset_pack.h.

◆ name

char* ChordPresetPack::name

Pack name.

Definition at line 52 of file chord_preset_pack.h.

◆ num_presets

int ChordPresetPack::num_presets

Definition at line 56 of file chord_preset_pack.h.

◆ presets

ChordPreset** ChordPresetPack::presets

Presets.

Definition at line 55 of file chord_preset_pack.h.

◆ presets_size

size_t ChordPresetPack::presets_size

Definition at line 57 of file chord_preset_pack.h.

◆ schema_version

int ChordPresetPack::schema_version

Definition at line 49 of file chord_preset_pack.h.


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