Zrythm
a highly automated and intuitive digital audio workstation
|
A FaderWidget reflects a Fader object's state. More...
#include <gui/widgets/fader.h>
Data Fields | |
GtkWidget | parent_instance |
GtkGestureDrag * | drag |
Fader * | fader |
double | last_x |
double | last_y |
bool | hover |
bool | dragging |
GdkRGBA | end_color |
float | amp_at_start |
Value at start. | |
PangoLayout * | layout |
Layout for text. | |
GtkPopoverMenu * | popover_menu |
Popover to be reused for context menus. | |
double | last_reported_amp |
Last reported amplitude to the accessibility layer. | |
A FaderWidget reflects a Fader object's state.
double FaderWidget::last_reported_amp |
GtkPopoverMenu* FaderWidget::popover_menu |