Zrythm
a highly automated and intuitive digital audio workstation
|
Widget for a control. More...
#include <plugins/plugin_gtk.h>
Data Fields | |
GtkSpinButton * | spin |
GtkWidget * | control |
Port * | port |
Port this control is for. | |
Plugin * | plugin |
Pointer back to plugin. | |
float | last_set_control_val |
Last set control value - used to avoid re-setting the same value on float controls. | |
Widget for a control.
Definition at line 28 of file plugin_gtk.h.
GtkWidget* PluginGtkController::control |
Definition at line 31 of file plugin_gtk.h.
float PluginGtkController::last_set_control_val |
Last set control value - used to avoid re-setting the same value on float controls.
Definition at line 41 of file plugin_gtk.h.
Plugin* PluginGtkController::plugin |
Pointer back to plugin.
Definition at line 37 of file plugin_gtk.h.
Port* PluginGtkController::port |
Port this control is for.
Definition at line 34 of file plugin_gtk.h.
GtkSpinButton* PluginGtkController::spin |
Definition at line 30 of file plugin_gtk.h.