Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
Settings

Data Structures

class  ChordPreset
 A preset of chord descriptors. More...
class  ChordPresetPack
 Chord preset pack. More...
class  ChordPresetPackManager
 Chord preset pack manager. More...
class  PluginConfigurationManager
struct  UserShortcut
 Represents a user-defined keyboard shortcut. More...
class  UserShortcuts
 Manages user-defined keyboard shortcuts. More...

Macros

#define CHORD_PRESET_PACK_MANAGER   (gZrythm->chord_preset_pack_manager_)

Functions

bool operator== (const ChordPreset &lhs, const ChordPreset &rhs)
bool operator== (const ChordPresetPack &lhs, const ChordPresetPack &rhs)

Detailed Description

Macro Definition Documentation

◆ CHORD_PRESET_PACK_MANAGER

#define CHORD_PRESET_PACK_MANAGER   (gZrythm->chord_preset_pack_manager_)

Definition at line 17 of file chord_preset_pack_manager.h.

Function Documentation

◆ operator==() [1/2]

bool operator== ( const ChordPreset & lhs,
const ChordPreset & rhs )
inline

Definition at line 85 of file chord_preset.h.

◆ operator==() [2/2]

bool operator== ( const ChordPresetPack & lhs,
const ChordPresetPack & rhs )
inline

Definition at line 109 of file chord_preset_pack.h.