AgsMatrixBridge

AgsMatrixBridge — A composite widget to visualize a bunch of AgsChannel

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkVBox
                            ╰── AgsEffectBridge
                                ╰── AgsMatrixBridge

Implemented Interfaces

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

Includes

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

Creates an AgsMatrixBridge

Parameters

audio

the AgsAudio to visualize

 

Returns

a new AgsMatrixBridge

Since: 0.4

Types and Values