AgsMatrixBulkInput

AgsMatrixBulkInput — A composite widget to visualize a bunch of AgsChannel

Stability Level

Stable, unless otherwise indicated

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsEffectBulk
                    ╰── AgsMatrixBulkInput

Includes

#include <ags/app/machine/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);

Create a new instance of AgsMatrixBulkInput

Parameters

audio

the AgsAudio to visualize

 

channel_type

either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT

 

Returns

the new AgsMatrixBulkInput

Since: 3.0.0