AgsMachineEditorPad

AgsMachineEditorPad — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsChannel * channel Read / Write

Object Hierarchy

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

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

Property Details

The “channel” property

  “channel”                  AgsChannel *

The channel.

Owner: AgsMachineEditorPad

Flags: Read / Write

Since: 4.0.0