|
Zrythm
a highly automated and intuitive digital audio workstation
|

Data Fields | |
| GtkGrid | parent_instance |
| AutomatableSelectorButtonWidget * | selector |
| GtkTreeModel * | selector_model |
| GtkBox * | value_box |
| DigitalMeterWidget * | value |
| GtkToggleButton * | mute_toggle |
| AutomationTrack * | at |
| Associated automation track. | |
| char * | path |
| Selected automatable path. | |
| float | last_val |
| Cache for showing the value. | |
| gulong | selector_changed_cb_id |
| For freezing callbacks. | |
| GtkLabel * | current_val |
Definition at line 41 of file automation_track.h.
| AutomationTrack* AutomationTrackWidget::at |
Associated automation track.
Definition at line 53 of file automation_track.h.
| GtkLabel* AutomationTrackWidget::current_val |
Definition at line 68 of file automation_track.h.
| float AutomationTrackWidget::last_val |
Cache for showing the value.
Definition at line 61 of file automation_track.h.
| GtkToggleButton* AutomationTrackWidget::mute_toggle |
Definition at line 48 of file automation_track.h.
| GtkGrid AutomationTrackWidget::parent_instance |
Definition at line 43 of file automation_track.h.
| char* AutomationTrackWidget::path |
Selected automatable path.
Definition at line 58 of file automation_track.h.
| AutomatableSelectorButtonWidget* AutomationTrackWidget::selector |
Definition at line 44 of file automation_track.h.
| gulong AutomationTrackWidget::selector_changed_cb_id |
For freezing callbacks.
Definition at line 66 of file automation_track.h.
| GtkTreeModel* AutomationTrackWidget::selector_model |
Definition at line 45 of file automation_track.h.
| DigitalMeterWidget* AutomationTrackWidget::value |
Definition at line 47 of file automation_track.h.
| GtkBox* AutomationTrackWidget::value_box |
Definition at line 46 of file automation_track.h.