|
Zrythm v2.0.0-alpha.1+31.4967fd053471
a highly automated and intuitive digital audio workstation
|
Flat list model of all chord presets (built-in + user). More...
#include <src/gui/backend/chord_preset_manager.h>


Public Types | |
| enum | Roles { PresetRole = Qt::UserRole + 1 , NameRole , CategoryRole , IsBuiltinRole } |
Flat list model of all chord presets (built-in + user).
Replaces the old ChordPresetPack + ChordPresetPackManager hierarchy. Each preset has a category_ string for grouping (e.g., "Pop", "J-Rock"). Built-in presets are created at startup; user presets are loaded from JSON.
QML usage:
Definition at line 37 of file chord_preset_manager.h.
| enum ChordPresetManager::Roles |
Definition at line 44 of file chord_preset_manager.h.