Zrythm
a highly automated and intuitive digital audio workstation
|
Bounce to audio dialog. More...
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | BounceDialogWidget |
The export dialog. More... | |
Macros | |
#define | BOUNCE_DIALOG_WIDGET_TYPE (bounce_dialog_widget_get_type ()) |
Enumerations | |
enum class | BounceDialogWidgetType { BOUNCE_DIALOG_REGIONS , BOUNCE_DIALOG_TRACKS } |
Type of bounce. More... | |
Functions | |
G_DECLARE_FINAL_TYPE (BounceDialogWidget, bounce_dialog_widget, Z, BOUNCE_DIALOG_WIDGET, GtkDialog) typedef struct _BounceStepSelectorWidget BounceStepSelectorWidget | |
BounceDialogWidget * | bounce_dialog_widget_new (BounceDialogWidgetType type, const char *bounce_name) |
Creates a bounce dialog. | |
Bounce to audio dialog.
Definition in file bounce_dialog.h.
#define BOUNCE_DIALOG_WIDGET_TYPE (bounce_dialog_widget_get_type ()) |
Definition at line 18 of file bounce_dialog.h.