AgsMachineEditorCollection

AgsMachineEditorCollection — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Functions

Properties

GType * channel-type Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsMachineEditorCollection

Includes

#include <ags/app/ags_machine_editor_collection.h>

Description

AgsMachineEditorCollection is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_collections.

Functions

ags_machine_editor_collection_get_bulk ()

GList *
ags_machine_editor_collection_get_bulk
                               (AgsMachineEditorCollection *machine_editor_collection);

Get bulk.

Parameters

machine_editor_collection

the AgsMachineEditorCollection

 

Returns

the GList containig AgsMachineEditorBulk

Since: 4.0.0


ags_machine_editor_collection_add_bulk ()

void
ags_machine_editor_collection_add_bulk
                               (AgsMachineEditorCollection *machine_editor_collection,
                                AgsMachineEditorBulk *bulk);

Add bulk to machine_editor_collection .

Parameters

machine_editor_collection

the AgsMachineEditorCollection

 

bulk

the AgsMachineEditorBulk

 

Since: 4.0.0


ags_machine_editor_collection_remove_bulk ()

void
ags_machine_editor_collection_remove_bulk
                               (AgsMachineEditorCollection *machine_editor_collection,
                                AgsMachineEditorBulk *bulk);

Remove bulk from machine_editor_collection .

Parameters

machine_editor_collection

the AgsMachineEditorCollection

 

bulk

the AgsMachineEditorBulk

 

Since: 4.0.0


ags_machine_editor_collection_new ()

AgsMachineEditorCollection *
ags_machine_editor_collection_new (GType channel_type);

Creates an AgsMachineEditorCollection

Parameters

channel_type

the channel type

 

Since: 4.0.0

Property Details

The “channel-type” property

  “channel-type”             GType *

The channel type.

Owner: AgsMachineEditorCollection

Flags: Read / Write

Allowed values: AgsChannel

Since: 4.0.0