AgsMidiDialog

AgsMidiDialog — Edit MIDI settings

Functions

Properties

AgsMachine * machine Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── GtkDialog
                            ╰── AgsMidiDialog

Implemented Interfaces

AgsMidiDialog implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_midi_dialog.h>

Description

AgsMidiDialog is a composite widget to edit MIDI settings.

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

Parameters

machine

the assigned machine.

 

Returns

a new AgsMidiDialog

Since: 3.0.0


AGS_IS_MIDI_DIALOG()

#define AGS_IS_MIDI_DIALOG(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), 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))

ags_midi_dialog_get_type ()

GType
ags_midi_dialog_get_type (void);

Types and Values

AGS_MIDI_DIALOG_DEFAULT_VERSION

#define AGS_MIDI_DIALOG_DEFAULT_VERSION "0.7.0"

AGS_MIDI_DIALOG_DEFAULT_BUILD_ID

#define AGS_MIDI_DIALOG_DEFAULT_BUILD_ID "CEST 02-11-2015 19:44"

enum AgsMidiDialogFlags

Members

AGS_MIDI_DIALOG_CONNECTED

   

AGS_MIDI_DIALOG_IO_OPTIONS

   

AGS_MIDI_DIALOG_MAPPING

   

AGS_MIDI_DIALOG_DEVICE

   

AGS_TYPE_MIDI_DIALOG

#define AGS_TYPE_MIDI_DIALOG                (ags_midi_dialog_get_type())

struct AgsMidiDialog

struct AgsMidiDialog;

struct AgsMidiDialogClass

struct AgsMidiDialogClass {
  GtkDialogClass dialog;
};

Property Details

The “machine” property

  “machine”                  AgsMachine *

The machine which this machine editor is assigned with.

Owner: AgsMidiDialog

Flags: Read / Write