AgsMatrixBridge

AgsMatrixBridge — A composite widget to visualize a bunch of AgsChannel

Stability Level

Stable, unless otherwise indicated

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkGrid
                ╰── AgsEffectBridge
                    ╰── AgsMatrixBridge

Includes

#include <ags/app/machine/ags_matrix_bridge.h>

Description

AgsMatrixBridge is a composite widget to visualize all AgsChannel. It should be packed by an AgsMachine.

Functions

ags_matrix_bridge_new ()

AgsMatrixBridge *
ags_matrix_bridge_new (AgsAudio *audio);

Create a new instance of AgsMatrixBridge

Parameters

audio

the AgsAudio to visualize

 

Returns

the new AgsMatrixBridge

Since: 3.0.0