Zrythm
a highly automated and intuitive digital audio workstation
|
Dialog for viewing/editing port info. More...
Go to the source code of this file.
Data Structures | |
struct | MidiFunctionDialogWidget |
The midi_function dialog. More... | |
Macros | |
#define | MIDI_FUNCTION_DIALOG_WIDGET_TYPE (midi_function_dialog_widget_get_type ()) |
Functions | |
G_DECLARE_FINAL_TYPE (MidiFunctionDialogWidget, midi_function_dialog_widget, Z, MIDI_FUNCTION_DIALOG_WIDGET, AdwWindow) typedef struct ArrangerObject ArrangerObject | |
void | midi_function_dialog_widget_get_opts (MidiFunctionDialogWidget *self, MidiFunctionOpts *opts) |
Fills in opts with the current options in the dialog (fetched from gsettings). | |
MidiFunctionDialogWidget * | midi_function_dialog_widget_new (GtkWindow *parent, MidiFunctionType type) |
Creates a MIDI function dialog for the given type and pre-fills the values from GSettings. | |
Dialog for viewing/editing port info.
Definition in file midi_function_dialog.h.
#define MIDI_FUNCTION_DIALOG_WIDGET_TYPE (midi_function_dialog_widget_get_type ()) |
Definition at line 17 of file midi_function_dialog.h.