AgsConnectionEditorPad

AgsConnectionEditorPad — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsChannel * channel Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsConnectionEditorPad

Includes

#include <ags/app/ags_connection_editor_pad.h>

Description

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

Functions

ags_connection_editor_pad_get_line ()

GList *
ags_connection_editor_pad_get_line (AgsConnectionEditorPad *connection_editor_pad);

Get line.

Parameters

connection_editor_pad

the AgsConnectionEditorPad

 

Returns

the GList containig AgsConnectionEditorLine

Since: 4.0.0


ags_connection_editor_pad_add_line ()

void
ags_connection_editor_pad_add_line (AgsConnectionEditorPad *connection_editor_pad,
                                    AgsConnectionEditorLine *line);

Add line to connection_editor_pad .

Parameters

connection_editor_pad

the AgsConnectionEditorPad

 

line

the AgsConnectionEditorLine

 

Since: 4.0.0


ags_connection_editor_pad_remove_line ()

void
ags_connection_editor_pad_remove_line (AgsConnectionEditorPad *connection_editor_pad,
                                       AgsConnectionEditorLine *line);

Remove line from connection_editor_pad .

Parameters

connection_editor_pad

the AgsConnectionEditorPad

 

line

the AgsConnectionEditorLine

 

Since: 4.0.0


ags_connection_editor_pad_new ()

AgsConnectionEditorPad *
ags_connection_editor_pad_new (AgsChannel *channel);

Creates an AgsConnectionEditorPad

Parameters

channel

the AgsChannel

 

Returns

a new AgsConnectionEditorPad

Since: 4.0.0

Property Details

The “channel” property

  “channel”                  AgsChannel *

The channel.

Owner: AgsConnectionEditorPad

Flags: Read / Write

Since: 4.0.0