Zrythm
a highly automated and intuitive digital audio workstation
|
Automation mode. More...
Go to the source code of this file.
Data Structures | |
struct | AutomationModeWidget |
Custom button group to be drawn inside drawing areas. More... | |
Macros | |
#define | AUTOMATION_MODE_HPADDING 3 |
#define | AUTOMATION_MODE_HSEPARATOR_SIZE 1 |
Functions | |
AutomationModeWidget * | automation_mode_widget_new (int height, PangoLayout *layout, AutomationTrack *owner) |
Creates a new track widget from the given track. | |
void | automation_mode_widget_init (AutomationModeWidget *self) |
void | automation_mode_widget_draw (AutomationModeWidget *self, GtkSnapshot *snapshot, double x, double y, double x_cursor, CustomButtonWidgetState state) |
void | automation_mode_widget_free (AutomationModeWidget *self) |
Automation mode.
Definition in file automation_mode.h.