Zrythm
a highly automated and intuitive digital audio workstation
|
A setting for a specific plugin descriptor. More...
#include <settings/plugin_settings.h>
Data Fields | |
int | schema_version |
PluginDescriptor * | descr |
The descriptor of the plugin this setting is for. | |
bool | open_with_carla |
Whether to instantiate this plugin with carla. | |
bool | force_generic_ui |
Whether to force a generic UI. | |
CarlaBridgeMode | bridge_mode |
Requested carla bridge mode. | |
char * | ui_uri |
Requested UI URI (if LV2 and non-bridged and not forcing a generic UI and have a custom UI. | |
gint64 | last_instantiated_time |
Last datetime instantiated (number of microseconds since January 1, 1970 UTC). | |
int | num_instantiations |
Number of times this plugin has been instantiated. | |
A setting for a specific plugin descriptor.
Definition at line 32 of file plugin_settings.h.
CarlaBridgeMode PluginSetting::bridge_mode |
Requested carla bridge mode.
Definition at line 47 of file plugin_settings.h.
PluginDescriptor* PluginSetting::descr |
The descriptor of the plugin this setting is for.
Definition at line 38 of file plugin_settings.h.
bool PluginSetting::force_generic_ui |
Whether to force a generic UI.
Definition at line 44 of file plugin_settings.h.
gint64 PluginSetting::last_instantiated_time |
Last datetime instantiated (number of microseconds since January 1, 1970 UTC).
Definition at line 56 of file plugin_settings.h.
int PluginSetting::num_instantiations |
Number of times this plugin has been instantiated.
Definition at line 59 of file plugin_settings.h.
bool PluginSetting::open_with_carla |
Whether to instantiate this plugin with carla.
Definition at line 41 of file plugin_settings.h.
int PluginSetting::schema_version |
Definition at line 34 of file plugin_settings.h.
char* PluginSetting::ui_uri |
Requested UI URI (if LV2 and non-bridged and not forcing a generic UI and have a custom UI.
Definition at line 52 of file plugin_settings.h.