AgsMachineEditorLine

AgsMachineEditorLine — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsChannel * channel Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsMachineEditorLine

Includes

#include <ags/app/ags_machine_editor_line.h>

Description

AgsMachineEditorLine is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_lines.

Functions

ags_machine_editor_line_new ()

AgsMachineEditorLine *
ags_machine_editor_line_new (AgsChannel *channel);

Creates an AgsMachineEditorLine

Parameters

channel_type

the channel type

 

Returns

a new AgsMachineEditorLine

Since: 4.0.0

Property Details

The “channel” property

  “channel”                  AgsChannel *

The channel.

Owner: AgsMachineEditorLine

Flags: Read / Write

Since: 4.0.0