Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
bounce_dialog.h File Reference

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"
Include dependency graph for bounce_dialog.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)
BounceDialogWidgetbounce_dialog_widget_new (BounceDialogWidgetType type, const std::string &bounce_name)
 Creates a bounce dialog.

Detailed Description

Bounce to audio dialog.

Definition in file bounce_dialog.h.

Macro Definition Documentation

◆ BOUNCE_DIALOG_WIDGET_TYPE

#define BOUNCE_DIALOG_WIDGET_TYPE   (bounce_dialog_widget_get_type ())

Definition at line 21 of file bounce_dialog.h.