AgsOutputListingEditor

AgsOutputListingEditor — pack output editors

Stability Level

Stable, unless otherwise indicated

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsPropertyEditor
                        ╰── AgsPropertyListingEditor
                            ╰── AgsOutputListingEditor

Includes

#include <ags/app/ags_output_listing_editor.h>

Description

AgsOutputListingEditor is a composite widget to pack AgsOutputEditor.

Functions

ags_output_listing_editor_add_children ()

void
ags_output_listing_editor_add_children
                               (AgsOutputListingEditor *output_listing_editor,
                                AgsAudio *audio,
                                guint nth,
                                gboolean connect);

Creates new pad editors or destroys them.

Parameters

output_listing_editor

the AgsOutputListingEditor

 

audio

the AgsAudio to use

 

nth

nth channel to start creation until end

 

connect

if TRUE widget is connected and shown

 

Since: 3.0.0


ags_output_listing_editor_new ()

AgsOutputListingEditor *
ags_output_listing_editor_new (GType channel_type);

Create a new instance of AgsOutputListingEditor

Parameters

channel_type

the channel type to represent

 

Returns

the new AgsOutputListingEditor

Since: 3.0.0