Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_midi_dialog_load_sequencers () |
AgsMidiDialog * | ags_midi_dialog_new () |
#define | AGS_IS_MIDI_DIALOG() |
#define | AGS_IS_MIDI_DIALOG_CLASS() |
#define | AGS_MIDI_DIALOG() |
#define | AGS_MIDI_DIALOG_CLASS() |
#define | AGS_MIDI_DIALOG_GET_CLASS() |
|
ags_midi_dialog_get_type () |
Types and Values
#define | AGS_MIDI_DIALOG_DEFAULT_VERSION |
#define | AGS_MIDI_DIALOG_DEFAULT_BUILD_ID |
enum | AgsMidiDialogFlags |
#define | AGS_TYPE_MIDI_DIALOG |
struct | AgsMidiDialog |
struct | AgsMidiDialogClass |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkWindow ╰──GtkDialog ╰── AgsMidiDialog
Implemented Interfaces
AgsMidiDialog implements
Functions
ags_midi_dialog_load_sequencers ()
void ags_midi_dialog_load_sequencers (AgsMidiDialog *midi_dialog
);
ags_midi_dialog_new ()
AgsMidiDialog *
ags_midi_dialog_new (AgsMachine *machine
);
Creates an AgsMidiDialog
Since:
AGS_IS_MIDI_DIALOG()
#define AGS_IS_MIDI_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MIDI_DIALOG))
AGS_IS_MIDI_DIALOG_CLASS()
#define AGS_IS_MIDI_DIALOG_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MIDI_DIALOG))
AGS_MIDI_DIALOG()
#define AGS_MIDI_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MIDI_DIALOG, AgsMidiDialog))
AGS_MIDI_DIALOG_CLASS()
#define AGS_MIDI_DIALOG_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MIDI_DIALOG, AgsMidiDialogClass))
AGS_MIDI_DIALOG_GET_CLASS()
#define AGS_MIDI_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MIDI_DIALOG, AgsMidiDialogClass))
Types and Values
AGS_MIDI_DIALOG_DEFAULT_BUILD_ID
#define AGS_MIDI_DIALOG_DEFAULT_BUILD_ID "Tue Mar 01 13:15:36 UTC 2022"
Property Details
The “machine”
property
“machine” AgsMachine *
The machine which this machine editor is assigned with.
Owner: AgsMidiDialog
Flags: Read / Write