|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Bounce to audio dialog. More...
#include "common/dsp/exporter.h"#include "common/dsp/position.h"#include "common/utils/types.h"#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Go to the source code of this file.
Macros | |
| #define | BOUNCE_DIALOG_WIDGET_TYPE (bounce_dialog_widget_get_type ()) |
Typedefs | |
| using | BounceDialogWidget |
| The export dialog. | |
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_UNDERSCORED(BounceStepSelectorWidget) | |
| BounceDialogWidget * | bounce_dialog_widget_new (BounceDialogWidgetType type, const std::string &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 21 of file bounce_dialog.h.