|
Zrythm
a highly automated and intuitive digital audio workstation
|
Preset identifier. More...
#include <plugins/plugin_preset.h>

Data Fields | |
| int | idx |
| Index in bank, or -1 if this is used for a bank. | |
| int | bank_idx |
| Bank index in plugin. | |
| PluginIdentifier | plugin_id |
| Plugin identifier. | |
Preset identifier.
Definition at line 29 of file plugin_preset.h.
| int PluginPresetIdentifier::bank_idx |
Bank index in plugin.
Definition at line 36 of file plugin_preset.h.
| int PluginPresetIdentifier::idx |
Index in bank, or -1 if this is used for a bank.
Definition at line 33 of file plugin_preset.h.
| PluginIdentifier PluginPresetIdentifier::plugin_id |
Plugin identifier.
Definition at line 39 of file plugin_preset.h.