Zrythm
a highly automated and intuitive digital audio workstation
|
#include <plugins/plugin_preset.h>
Data Fields | |
char * | name |
Human readable name. | |
char * | uri |
URI if LV2. | |
int | carla_program |
Carla program index. | |
PluginPresetIdentifier | id |
Plugin preset.
Definition at line 45 of file plugin_preset.h.
int PluginPreset::carla_program |
Carla program index.
Definition at line 54 of file plugin_preset.h.
PluginPresetIdentifier PluginPreset::id |
Definition at line 56 of file plugin_preset.h.
char* PluginPreset::name |
Human readable name.
Definition at line 48 of file plugin_preset.h.
char* PluginPreset::uri |
URI if LV2.
Definition at line 51 of file plugin_preset.h.