AgsAutomationEditor

AgsAutomationEditor — A composite widget to edit automation

Functions

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkVBox
                        ╰── AgsAutomationEditor

Implemented Interfaces

AgsAutomationEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.

Includes

#include <ags/X/ags_automation_editor.h>

Description

AgsAutomationEditor is a composite widget to edit automation. You may select machines or change editor tool to do automation.

Functions

AGS_AUTOMATION_EDITOR_CHILD()

#define AGS_AUTOMATION_EDITOR_CHILD(ptr) ((AgsAutomationEditorChild *)(ptr))

ags_automation_editor_reset_audio_scrollbar ()

void
ags_automation_editor_reset_audio_scrollbar
                               (AgsAutomationEditor *automation_editor);

ags_automation_editor_reset_output_scrollbar ()

void
ags_automation_editor_reset_output_scrollbar
                               (AgsAutomationEditor *automation_editor);

ags_automation_editor_reset_input_scrollbar ()

void
ags_automation_editor_reset_input_scrollbar
                               (AgsAutomationEditor *automation_editor);

ags_automation_editor_machine_changed ()

void
ags_automation_editor_machine_changed (AgsAutomationEditor *automation_editor,
                                       AgsMachine *machine);

Is emitted as machine changed of automation editor.

Parameters

automation_editor

an AgsAutomationEditor

 

machine

the new AgsMachine

 

Since: 3.0.0


ags_automation_editor_add_acceleration ()

void
ags_automation_editor_add_acceleration
                               (AgsAutomationEditor *automation_editor,
                                AgsAcceleration *acceleration);

ags_automation_editor_delete_acceleration ()

void
ags_automation_editor_delete_acceleration
                               (AgsAutomationEditor *automation_editor,
                                guint x,
                                gdouble y);

ags_automation_editor_select_region ()

void
ags_automation_editor_select_region (AgsAutomationEditor *automation_editor,
                                     guint x0,
                                     gdouble y0,
                                     guint x1,
                                     gdouble y1);

ags_automation_editor_select_all ()

void
ags_automation_editor_select_all (AgsAutomationEditor *automation_editor);

ags_automation_editor_paste ()

void
ags_automation_editor_paste (AgsAutomationEditor *automation_editor);

ags_automation_editor_copy ()

void
ags_automation_editor_copy (AgsAutomationEditor *automation_editor);

ags_automation_editor_cut ()

void
ags_automation_editor_cut (AgsAutomationEditor *automation_editor);

ags_automation_editor_invert ()

void
ags_automation_editor_invert (AgsAutomationEditor *automation_editor);

ags_automation_editor_new ()

AgsAutomationEditor *
ags_automation_editor_new ();

Create a new instance of AgsAutomationEditor.

Returns

the new AgsAutomationEditor

Since: 3.0.0


AGS_AUTOMATION_EDITOR()

#define AGS_AUTOMATION_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_EDITOR, AgsAutomationEditor))

AGS_AUTOMATION_EDITOR_CLASS()

#define AGS_AUTOMATION_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_EDITOR, AgsAutomationEditorClass))

AGS_AUTOMATION_EDITOR_GET_CLASS()

#define AGS_AUTOMATION_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_EDITOR, AgsAutomationEditorClass))

AGS_IS_AUTOMATION_EDITOR()

#define AGS_IS_AUTOMATION_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_EDITOR))

ags_automation_editor_get_type ()

GType
ags_automation_editor_get_type (void);

Types and Values

AGS_AUTOMATION_EDITOR_MAX_VALUE_COUNT

#define AGS_AUTOMATION_EDITOR_MAX_VALUE_COUNT (64 * 16 * 16 * 1200)

AGS_AUTOMATION_EDITOR_MAX_CONTROLS

#define AGS_AUTOMATION_EDITOR_MAX_CONTROLS (64 * 16 * 16 * 1200)

AGS_AUTOMATION_EDITOR_DEFAULT_VERSION

#define AGS_AUTOMATION_EDITOR_DEFAULT_VERSION "1.3.0"

AGS_AUTOMATION_EDITOR_DEFAULT_BUILD_ID

#define AGS_AUTOMATION_EDITOR_DEFAULT_BUILD_ID "Wed Dec 27 03:43:55 UTC 2017"

enum AgsAutomationEditorFlags

Members

AGS_AUTOMATION_EDITOR_CONNECTED

   

AGS_AUTOMATION_EDITOR_RESET_AUDIO_HSCROLLBAR

   

AGS_AUTOMATION_EDITOR_RESET_OUTPUT_HSCROLLBAR

   

AGS_AUTOMATION_EDITOR_RESET_INPUT_HSCROLLBAR

   

AGS_AUTOMATION_EDITOR_PASTE_MATCH_LINE

   

AGS_AUTOMATION_EDITOR_PASTE_NO_DUPLICATES

   

AGS_TYPE_AUTOMATION_EDITOR

#define AGS_TYPE_AUTOMATION_EDITOR                (ags_automation_editor_get_type())

struct AgsAutomationEditor

struct AgsAutomationEditor;

struct AgsAutomationEditorClass

struct AgsAutomationEditorClass {
  GtkVBoxClass vbox;

  void (*machine_changed)(AgsAutomationEditor *automation_editor,
			  AgsMachine *machine);
};

Signal Details

The “machine-changed” signal

void
user_function (AgsAutomationEditor *agsautomationeditor,
               GObject             *arg1,
               gpointer             user_data)

Flags: Run Last