AgsAutomationWindow

AgsAutomationWindow — The automation window

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── AgsAutomationWindow

Implemented Interfaces

AgsAutomationWindow implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

#include <ags/X/ags_automation_window.h>

Description

AgsAutomationWindow lets you automation to audio files. Currently only WAV supported.

Functions

ags_automation_window_new ()

AgsAutomationWindow *
ags_automation_window_new (GtkWidget *parent_window);

Create a new instance of AgsAutomationWindow

Parameters

parent_window

the parent AgsWindow

 

Returns

the new AgsAutomationWindow

Since: 3.0.0


AGS_AUTOMATION_WINDOW()

#define AGS_AUTOMATION_WINDOW(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_WINDOW, AgsAutomationWindow))

AGS_AUTOMATION_WINDOW_CLASS()

#define AGS_AUTOMATION_WINDOW_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_WINDOW, AgsAutomationWindowClass))

AGS_AUTOMATION_WINDOW_GET_CLASS()

#define AGS_AUTOMATION_WINDOW_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_AUTOMATION_WINDOW, AgsAutomationWindowClass))

AGS_IS_AUTOMATION_WINDOW()

#define AGS_IS_AUTOMATION_WINDOW(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_AUTOMATION_WINDOW))

AGS_IS_AUTOMATION_WINDOW_CLASS()

#define AGS_IS_AUTOMATION_WINDOW_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_AUTOMATION_WINDOW))

ags_automation_window_get_type ()

GType
ags_automation_window_get_type (void);

Types and Values

enum AgsAutomationWindowFlags

Members

AGS_AUTOMATION_WINDOW_CONNECTED

   

AGS_AUTOMATION_WINDOW_LIVE_AUTOMATION

   

AGS_TYPE_AUTOMATION_WINDOW

#define AGS_TYPE_AUTOMATION_WINDOW                (ags_automation_window_get_type())

struct AgsAutomationWindow

struct AgsAutomationWindow;

struct AgsAutomationWindowClass

struct AgsAutomationWindowClass {
  GtkWindowClass window;
};