Zrythm
a highly automated and intuitive digital audio workstation
|
Go to the source code of this file.
Data Structures | |
struct | PluginPresetIdentifier |
Preset identifier. More... | |
struct | PluginPreset |
Plugin preset. More... | |
struct | PluginBank |
A plugin bank containing presets. More... | |
Macros | |
#define | PLUGIN_BANK_SCHEMA_VERSION 1 |
#define | PLUGIN_PRESET_IDENTIFIER_SCHEMA_VERSION 1 |
#define | PLUGIN_PRESET_SCHEMA_VERSION 1 |
Functions | |
PluginBank * | plugin_bank_new (void) |
PluginPreset * | plugin_preset_new (void) |
NONNULL void | plugin_preset_identifier_init (PluginPresetIdentifier *id) |
Plugin preset.
Definition in file plugin_preset.h.