AgsMidiExportWizard

AgsMidiExportWizard — Export to MIDI using wizard

Functions

Properties

AgsWindow * main-window Read / Write

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsMidiExportWizard implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_midi_export_wizard.h>

Description

AgsMidiExportWizard is a wizard to select machines in order to export to midi files.

Functions

ags_midi_export_wizard_new ()

AgsMidiExportWizard *
ags_midi_export_wizard_new (GtkWidget *main_window);

Create a new instance of AgsMidiExportWizard

Parameters

main_window

the AgsWindow

 

Returns

the new AgsMidiExportWizard

Since: 3.0.0


AGS_IS_MIDI_EXPORT_WIZARD()

#define AGS_IS_MIDI_EXPORT_WIZARD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MIDI_EXPORT_WIZARD))

AGS_IS_MIDI_EXPORT_WIZARD_CLASS()

#define AGS_IS_MIDI_EXPORT_WIZARD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MIDI_EXPORT_WIZARD))

AGS_MIDI_EXPORT_WIZARD()

#define AGS_MIDI_EXPORT_WIZARD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MIDI_EXPORT_WIZARD, AgsMidiExportWizard))

AGS_MIDI_EXPORT_WIZARD_CLASS()

#define AGS_MIDI_EXPORT_WIZARD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MIDI_EXPORT_WIZARD, AgsMidiExportWizardClass))

AGS_MIDI_EXPORT_WIZARD_GET_CLASS()

#define AGS_MIDI_EXPORT_WIZARD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MIDI_EXPORT_WIZARD, AgsMidiExportWizardClass))

ags_midi_export_wizard_get_type ()

GType
ags_midi_export_wizard_get_type (void);

Types and Values

AGS_MIDI_EXPORT_WIZARD_DEFAULT_FILENAME

#define AGS_MIDI_EXPORT_WIZARD_DEFAULT_FILENAME "out.mid"

AGS_MIDI_EXPORT_WIZARD_DEFAULT_TIMES

#define AGS_MIDI_EXPORT_WIZARD_DEFAULT_TIMES (30)

AGS_MIDI_EXPORT_WIZARD_DEFAULT_CLICKS

#define AGS_MIDI_EXPORT_WIZARD_DEFAULT_CLICKS (4)

AGS_MIDI_EXPORT_WIZARD_DEFAULT_DIVISION

#define AGS_MIDI_EXPORT_WIZARD_DEFAULT_DIVISION (96)

AGS_MIDI_EXPORT_WIZARD_DEFAULT_TEMPO

#define AGS_MIDI_EXPORT_WIZARD_DEFAULT_TEMPO (500000)

AGS_MIDI_EXPORT_WIZARD_DEFAULT_BPM

#define AGS_MIDI_EXPORT_WIZARD_DEFAULT_BPM (120)

AGS_MIDI_EXPORT_WIZARD_DEFAULT_PULSE_UNIT

#define AGS_MIDI_EXPORT_WIZARD_DEFAULT_PULSE_UNIT (500.0 / 16.0)

enum AgsMidiExportWizardFlags

Members

AGS_MIDI_EXPORT_WIZARD_CONNECTED

   

AGS_MIDI_EXPORT_WIZARD_SHOW_MACHINE_COLLECTION

   

AGS_MIDI_EXPORT_WIZARD_SHOW_FILE_CHOOSER

   

AGS_TYPE_MIDI_EXPORT_WIZARD

#define AGS_TYPE_MIDI_EXPORT_WIZARD                (ags_midi_export_wizard_get_type())

struct AgsMidiExportWizard

struct AgsMidiExportWizard;

struct AgsMidiExportWizardClass

struct AgsMidiExportWizardClass {
  GtkDialogClass dialog;
};

Property Details

The “main-window” property

  “main-window”              AgsWindow *

The assigned AgsWindow.

Owner: AgsMidiExportWizard

Flags: Read / Write

Since: 3.0.0