Zrythm
a highly automated and intuitive digital audio workstation
|
The export dialog. More...
#include <gui/widgets/dialogs/bounce_dialog.h>
Data Fields | |
GtkDialog | parent_instance |
GtkButton * | cancel_btn |
GtkButton * | bounce_btn |
GtkCheckButton * | bounce_with_parents |
GtkCheckButton * | disable_after_bounce |
GtkBox * | bounce_step_box |
BounceStepSelectorWidget * | bounce_step_selector |
GtkSpinButton * | tail_spin |
BounceDialogWidgetType | type |
int | bounce_to_file |
Whether to bounce to file instead of on a new audio track (TODO, or make it a gsetting). | |
Position | start_pos |
char * | bounce_name |
The export dialog.
Definition at line 46 of file bounce_dialog.h.
GtkButton* BounceDialogWidget::bounce_btn |
Definition at line 50 of file bounce_dialog.h.
char* BounceDialogWidget::bounce_name |
Definition at line 65 of file bounce_dialog.h.
GtkBox* BounceDialogWidget::bounce_step_box |
Definition at line 53 of file bounce_dialog.h.
BounceStepSelectorWidget* BounceDialogWidget::bounce_step_selector |
Definition at line 54 of file bounce_dialog.h.
int BounceDialogWidget::bounce_to_file |
Whether to bounce to file instead of on a new audio track (TODO, or make it a gsetting).
Definition at line 61 of file bounce_dialog.h.
GtkCheckButton* BounceDialogWidget::bounce_with_parents |
Definition at line 51 of file bounce_dialog.h.
GtkButton* BounceDialogWidget::cancel_btn |
Definition at line 49 of file bounce_dialog.h.
GtkCheckButton* BounceDialogWidget::disable_after_bounce |
Definition at line 52 of file bounce_dialog.h.
GtkDialog BounceDialogWidget::parent_instance |
Definition at line 48 of file bounce_dialog.h.
Position BounceDialogWidget::start_pos |
Definition at line 63 of file bounce_dialog.h.
GtkSpinButton* BounceDialogWidget::tail_spin |
Definition at line 55 of file bounce_dialog.h.
BounceDialogWidgetType BounceDialogWidget::type |
Definition at line 57 of file bounce_dialog.h.