AgsDrumOutputLine

AgsDrumOutputLine — drum sequencer output line

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkVBox
                            ╰── AgsLine
                                ╰── AgsDrumOutputLine

Implemented Interfaces

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

Includes

#include <ags/X/machine/ags_drum_output_line.h>

Description

The AgsDrumOutputLine is a composite widget to act as drum sequencer output line.

Functions

ags_drum_output_line_new ()

AgsDrumOutputLine *
ags_drum_output_line_new (AgsChannel *channel);

Creates an AgsDrumOutputLine

Parameters

channel

the assigned channel

 

Returns

a new AgsDrumOutputLine

Since: 0.4

Types and Values