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

Widget for a control. More...

#include <plugins/plugin_gtk.h>

Collaboration diagram for PluginGtkController:

Data Fields

GtkSpinButton * spin
 
GtkWidget * control
 
Portport
 Port this control is for.
 
Pluginplugin
 Pointer back to plugin.
 
float last_set_control_val
 Last set control value - used to avoid re-setting the same value on float controls.
 

Detailed Description

Widget for a control.

Definition at line 28 of file plugin_gtk.h.

Field Documentation

◆ control

GtkWidget* PluginGtkController::control

Definition at line 31 of file plugin_gtk.h.

◆ last_set_control_val

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

Plugin* PluginGtkController::plugin

Pointer back to plugin.

Definition at line 37 of file plugin_gtk.h.

◆ port

Port* PluginGtkController::port

Port this control is for.

Definition at line 34 of file plugin_gtk.h.

◆ spin

GtkSpinButton* PluginGtkController::spin

Definition at line 30 of file plugin_gtk.h.


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