AgsMatrixBulkInput

AgsMatrixBulkInput — A composite widget to visualize a bunch of AgsChannel

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkVBox
                            ╰── AgsEffectBulk
                                ╰── AgsMatrixBulkInput

Implemented Interfaces

AgsMatrixBulkInput implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.

Includes

#include <ags/X/ags_matrix_bulk_input.h>

Description

AgsMatrixBulkInput is a composite widget to visualize one AgsChannel. It should be packed by an AgsMatrixBulkInput.

Functions

ags_matrix_bulk_input_new ()

AgsMatrixBulkInput *
ags_matrix_bulk_input_new (AgsAudio *audio,
                           GType channel_type);

Creates an AgsMatrixBulkInput

Parameters

audio

the AgsAudio to visualize

 

channel_type

either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT

 

Returns

a new AgsMatrixBulkInput

Since: 0.4

Types and Values