Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
midi_function_dialog.h File Reference

Dialog for viewing/editing port info. More...

#include "dsp/midi_function.h"
#include <adwaita.h>
Include dependency graph for midi_function_dialog.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) 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).
 
MidiFunctionDialogWidgetmidi_function_dialog_widget_new (GtkWindow *parent, MidiFunctionType type)
 Creates a MIDI function dialog for the given type and pre-fills the values from GSettings.
 

Detailed Description

Dialog for viewing/editing port info.

Definition in file midi_function_dialog.h.

Macro Definition Documentation

◆ MIDI_FUNCTION_DIALOG_WIDGET_TYPE

#define MIDI_FUNCTION_DIALOG_WIDGET_TYPE    (midi_function_dialog_widget_get_type ())

Definition at line 17 of file midi_function_dialog.h.