Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
PluginSetting Struct Reference

A setting for a specific plugin descriptor. More...

#include <settings/plugin_settings.h>

Collaboration diagram for PluginSetting:

Data Fields

int schema_version
 
PluginDescriptordescr
 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.
 

Detailed Description

A setting for a specific plugin descriptor.

Definition at line 32 of file plugin_settings.h.

Field Documentation

◆ bridge_mode

CarlaBridgeMode PluginSetting::bridge_mode

Requested carla bridge mode.

Definition at line 47 of file plugin_settings.h.

◆ descr

PluginDescriptor* PluginSetting::descr

The descriptor of the plugin this setting is for.

Definition at line 38 of file plugin_settings.h.

◆ force_generic_ui

bool PluginSetting::force_generic_ui

Whether to force a generic UI.

Definition at line 44 of file plugin_settings.h.

◆ last_instantiated_time

gint64 PluginSetting::last_instantiated_time

Last datetime instantiated (number of microseconds since January 1, 1970 UTC).

Definition at line 51 of file plugin_settings.h.

◆ num_instantiations

int PluginSetting::num_instantiations

Number of times this plugin has been instantiated.

Definition at line 54 of file plugin_settings.h.

◆ open_with_carla

bool PluginSetting::open_with_carla

Whether to instantiate this plugin with carla.

Definition at line 41 of file plugin_settings.h.

◆ schema_version

int PluginSetting::schema_version

Definition at line 34 of file plugin_settings.h.


The documentation for this struct was generated from the following file: