AgsMachineEditorPad

AgsMachineEditorPad — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsChannel * channel Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsMachineEditorPad

Implemented Interfaces

AgsMachineEditorPad implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable, AgsConnectable and AgsApplicable.

Includes

#include <ags/app/ags_machine_editor_pad.h>

Description

AgsMachineEditorPad is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_pads.

Functions

ags_machine_editor_pad_get_line ()

GList *
ags_machine_editor_pad_get_line (AgsMachineEditorPad *machine_editor_pad);

Get line.

Parameters

machine_editor_pad

the AgsMachineEditorPad

 

Returns

the GList containig AgsMachineEditorLine

Since: 4.0.0


ags_machine_editor_pad_add_line ()

void
ags_machine_editor_pad_add_line (AgsMachineEditorPad *machine_editor_pad,
                                 AgsMachineEditorLine *line);

Add line to machine_editor_pad .

Parameters

machine_editor_pad

the AgsMachineEditorPad

 

line

the AgsMachineEditorLine

 

Since: 4.0.0


ags_machine_editor_pad_remove_line ()

void
ags_machine_editor_pad_remove_line (AgsMachineEditorPad *machine_editor_pad,
                                    AgsMachineEditorLine *line);

Remove line from machine_editor_pad .

Parameters

machine_editor_pad

the AgsMachineEditorPad

 

line

the AgsMachineEditorLine

 

Since: 4.0.0


ags_machine_editor_pad_new ()

AgsMachineEditorPad *
ags_machine_editor_pad_new (AgsChannel *channel);

Creates an AgsMachineEditorPad

Parameters

channel

the AgsChannel

 

Returns

a new AgsMachineEditorPad

Since: 4.0.0


AGS_IS_MACHINE_EDITOR_PAD()

#define AGS_IS_MACHINE_EDITOR_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_EDITOR_PAD))

AGS_IS_MACHINE_EDITOR_PAD_CLASS()

#define AGS_IS_MACHINE_EDITOR_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_EDITOR_PAD))

AGS_MACHINE_EDITOR_PAD()

#define AGS_MACHINE_EDITOR_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_EDITOR_PAD, AgsMachineEditorPad))

AGS_MACHINE_EDITOR_PAD_CLASS()

#define AGS_MACHINE_EDITOR_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_EDITOR_PAD, AgsMachineEditorPadClass))

AGS_MACHINE_EDITOR_PAD_GET_CLASS()

#define AGS_MACHINE_EDITOR_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_EDITOR_PAD, AgsMachineEditorPadClass))

ags_machine_editor_pad_get_type ()

GType
ags_machine_editor_pad_get_type (void);

Types and Values

AGS_TYPE_MACHINE_EDITOR_PAD

#define AGS_TYPE_MACHINE_EDITOR_PAD                (ags_machine_editor_pad_get_type())

struct AgsMachineEditorPad

struct AgsMachineEditorPad;

struct AgsMachineEditorPadClass

struct AgsMachineEditorPadClass {
  GtkBoxClass box;
};

Property Details

The “channel” property

  “channel”                  AgsChannel *

The channel.

Owner: AgsMachineEditorPad

Flags: Read / Write

Since: 4.0.0