|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
A widget for selecting plugin_properties in the plugin inspector. More...
#include <src/gui/backend/gtk_widgets/plugin_properties_expander.h>

Data Fields | |
| TwoColExpanderBoxWidget | parent_instance |
| GtkLabel * | name |
| Plugin name. | |
| GtkLabel * | type |
| Plugin class. | |
| GtkComboBoxText * | banks |
| GtkListBox * | presets |
| GtkButton * | save_preset_btn |
| GtkButton * | load_preset_btn |
| zrythm::plugins::Plugin * | plugin |
| Currently selected plugin. | |
| gulong | bank_changed_handler |
| gulong | pset_changed_handler |
A widget for selecting plugin_properties in the plugin inspector.
Definition at line 41 of file plugin_properties_expander.h.
| gulong PluginPropertiesExpanderWidget::bank_changed_handler |
Definition at line 60 of file plugin_properties_expander.h.
| GtkComboBoxText* PluginPropertiesExpanderWidget::banks |
Definition at line 51 of file plugin_properties_expander.h.
| GtkButton* PluginPropertiesExpanderWidget::load_preset_btn |
Definition at line 55 of file plugin_properties_expander.h.
| GtkLabel* PluginPropertiesExpanderWidget::name |
Plugin name.
Definition at line 46 of file plugin_properties_expander.h.
| TwoColExpanderBoxWidget PluginPropertiesExpanderWidget::parent_instance |
Definition at line 43 of file plugin_properties_expander.h.
| zrythm::plugins::Plugin* PluginPropertiesExpanderWidget::plugin |
Currently selected plugin.
Definition at line 58 of file plugin_properties_expander.h.
| GtkListBox* PluginPropertiesExpanderWidget::presets |
Definition at line 52 of file plugin_properties_expander.h.
| gulong PluginPropertiesExpanderWidget::pset_changed_handler |
Definition at line 61 of file plugin_properties_expander.h.
| GtkButton* PluginPropertiesExpanderWidget::save_preset_btn |
Definition at line 54 of file plugin_properties_expander.h.
| GtkLabel* PluginPropertiesExpanderWidget::type |
Plugin class.
Definition at line 49 of file plugin_properties_expander.h.