Zrythm
a highly automated and intuitive digital audio workstation
|
A setting for a specific plugin descriptor. More...
#include <settings/plugin_settings.h>
Data Fields | |
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. | |
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 26 of file plugin_settings.h.
CarlaBridgeMode PluginSetting::bridge_mode |
Requested carla bridge mode.
Definition at line 38 of file plugin_settings.h.
PluginDescriptor* PluginSetting::descr |
The descriptor of the plugin this setting is for.
Definition at line 29 of file plugin_settings.h.
bool PluginSetting::force_generic_ui |
Whether to force a generic UI.
Definition at line 35 of file plugin_settings.h.
gint64 PluginSetting::last_instantiated_time |
Last datetime instantiated (number of microseconds since January 1, 1970 UTC).
Definition at line 42 of file plugin_settings.h.
int PluginSetting::num_instantiations |
Number of times this plugin has been instantiated.
Definition at line 45 of file plugin_settings.h.
bool PluginSetting::open_with_carla |
Whether to instantiate this plugin with carla.
Definition at line 32 of file plugin_settings.h.