AgsDrumInputLine

AgsDrumInputLine — drum sequencer input line

Functions

Object Hierarchy

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

Implemented Interfaces

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

Includes

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

Description

The AgsDrumInputLine is a composite widget to act as drum sequencer input line.

Functions

ags_drum_input_line_new ()

AgsDrumInputLine *
ags_drum_input_line_new (AgsChannel *channel);

Creates an AgsDrumInputLine

Parameters

channel

the assigned channel

 

Returns

a new AgsDrumInputLine

Since: 0.4

Types and Values