|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Dialog for binding MIDI CC to a port. More...
#include "common/utils/types.h"#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Go to the source code of this file.
Macros | |
| #define | BIND_CC_DIALOG_WIDGET_TYPE (bind_cc_dialog_widget_get_type ()) |
Typedefs | |
| using | BindCcDialogWidget |
| The bind_cc dialog. | |
Functions | |
| G_DECLARE_FINAL_TYPE (BindCcDialogWidget, bind_cc_dialog_widget, Z, BIND_CC_DIALOG_WIDGET, GtkDialog) class Port | |
| BindCcDialogWidget * | bind_cc_dialog_widget_new (Port *port, bool perform_action) |
| Creates an bind_cc dialog widget and displays it. | |
Dialog for binding MIDI CC to a port.
Definition in file bind_cc_dialog.h.
| #define BIND_CC_DIALOG_WIDGET_TYPE (bind_cc_dialog_widget_get_type ()) |
Definition at line 19 of file bind_cc_dialog.h.