AgsMachineEditorBulk

AgsMachineEditorBulk — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsMachineEditorBulk

Includes

#include <ags/app/ags_machine_editor_bulk.h>

Description

AgsMachineEditorBulk is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor bulks.

Functions

ags_machine_editor_bulk_to_xml_node ()

xmlNode *
ags_machine_editor_bulk_to_xml_node (AgsMachineEditorBulk *machine_editor_bulk);

Serialize machine_editor_bulk to xmlNode.

Parameters

machine_editor_bulk

the AgsMachineEditorBulk

 

Returns

the serialized xmlNode

Since: 4.0.0


ags_machine_editor_bulk_from_xml_node ()

void
ags_machine_editor_bulk_from_xml_node (AgsMachineEditorBulk *machine_editor_bulk,
                                       xmlNode *node);

Parse node and apply to machine_editor_bulk .

Parameters

machine_editor_bulk

the AgsMachineEditorBulk

 

node

the xmlNode

 

Since: 4.0.0


ags_machine_editor_bulk_new ()

AgsMachineEditorBulk *
ags_machine_editor_bulk_new ();

Creates an AgsMachineEditorBulk

Returns

a new AgsMachineEditorBulk

Since: 4.0.0