|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Dialog for viewing/editing port info. More...
#include "common/dsp/midi_function.h"#include "gui/backend/gtk_widgets/libadwaita_wrapper.h"
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) class 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 16 of file midi_function_dialog.h.