AgsMachineEditorListing

AgsMachineEditorListing — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Functions

Properties

GType * channel-type Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsMachineEditorListing

Implemented Interfaces

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

Includes

#include <ags/app/ags_machine_editor_listing.h>

Description

AgsMachineEditorListing is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_listings.

Functions

ags_machine_editor_listing_get_pad ()

GList *
ags_machine_editor_listing_get_pad (AgsMachineEditorListing *machine_editor_listing);

Get pad.

Parameters

machine_editor_listing

the AgsMachineEditorListing

 

Returns

the GList containig AgsMachineEditorPad

Since: 4.0.0


ags_machine_editor_listing_add_pad ()

void
ags_machine_editor_listing_add_pad (AgsMachineEditorListing *machine_editor_listing,
                                    AgsMachineEditorPad *pad);

Add pad to machine_editor_listing .

Parameters

machine_editor_listing

the AgsMachineEditorListing

 

pad

the AgsMachineEditorPad

 

Since: 4.0.0


ags_machine_editor_listing_remove_pad ()

void
ags_machine_editor_listing_remove_pad (AgsMachineEditorListing *machine_editor_listing,
                                       AgsMachineEditorPad *pad);

Remove pad from machine_editor_listing .

Parameters

machine_editor_listing

the AgsMachineEditorListing

 

pad

the AgsMachineEditorPad

 

Since: 4.0.0


ags_machine_editor_listing_new ()

AgsMachineEditorListing *
ags_machine_editor_listing_new (GType channel_type);

Creates an AgsMachineEditorListing

Parameters

channel_type

the channel type

 

Returns

a new AgsMachineEditorListing

Since: 4.0.0


AGS_IS_MACHINE_EDITOR_LISTING()

#define AGS_IS_MACHINE_EDITOR_LISTING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_EDITOR_LISTING))

AGS_IS_MACHINE_EDITOR_LISTING_CLASS()

#define AGS_IS_MACHINE_EDITOR_LISTING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_EDITOR_LISTING))

AGS_MACHINE_EDITOR_LISTING()

#define AGS_MACHINE_EDITOR_LISTING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_EDITOR_LISTING, AgsMachineEditorListing))

AGS_MACHINE_EDITOR_LISTING_CLASS()

#define AGS_MACHINE_EDITOR_LISTING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_EDITOR_LISTING, AgsMachineEditorListingClass))

AGS_MACHINE_EDITOR_LISTING_GET_CLASS()

#define AGS_MACHINE_EDITOR_LISTING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_EDITOR_LISTING, AgsMachineEditorListingClass))

ags_machine_editor_listing_get_type ()

GType
ags_machine_editor_listing_get_type (void);

Types and Values

enum AgsMachineEditorListingFlags

Members

AGS_MACHINE_EDITOR_LISTING_LINK_EDITOR

   

AGS_MACHINE_EDITOR_LISTING_LINE_MEMBER_EDITOR

   

AGS_TYPE_MACHINE_EDITOR_LISTING

#define AGS_TYPE_MACHINE_EDITOR_LISTING                (ags_machine_editor_listing_get_type())

struct AgsMachineEditorListing

struct AgsMachineEditorListing;

struct AgsMachineEditorListingClass

struct AgsMachineEditorListingClass {
  GtkBoxClass box;
};

Property Details

The “channel-type” property

  “channel-type”             GType *

The channel type.

Owner: AgsMachineEditorListing

Flags: Read / Write

Allowed values: AgsChannel

Since: 4.0.0