AgsSynthInputPad

AgsSynthInputPad — synth input pad

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsPad
                        ╰── AgsSynthInputPad

Implemented Interfaces

AgsSynthInputPad implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.

Includes

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

Description

The AgsSynthInputPad is a composite widget to act as synth input pad.

Functions

ags_synth_input_pad_new ()

AgsSynthInputPad *
ags_synth_input_pad_new (AgsChannel *channel);

Create a new instance of AgsSynthInputPad

Parameters

channel

the assigned AgsChannel

 

Returns

the new AgsSynthInputPad

Since: 3.0.0


AGS_IS_SYNTH_INPUT_PAD()

#define AGS_IS_SYNTH_INPUT_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNTH_INPUT_PAD))

AGS_IS_SYNTH_INPUT_PAD_CLASS()

#define AGS_IS_SYNTH_INPUT_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SYNTH_INPUT_PAD))

AGS_SYNTH_INPUT_PAD()

#define AGS_SYNTH_INPUT_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNTH_INPUT_PAD, AgsSynthInputPad))

AGS_SYNTH_INPUT_PAD_CLASS()

#define AGS_SYNTH_INPUT_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SYNTH_INPUT_PAD, AgsSynthInputPadClass))

AGS_SYNTH_INPUT_PAD_GET_CLASS()

#define AGS_SYNTH_INPUT_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SYNTH_INPUT_PAD, AgsSynthInputPadClass))

ags_synth_input_pad_get_type ()

GType
ags_synth_input_pad_get_type ();

Types and Values

AGS_TYPE_SYNTH_INPUT_PAD

#define AGS_TYPE_SYNTH_INPUT_PAD                (ags_synth_input_pad_get_type())

struct AgsSynthInputPad

struct AgsSynthInputPad;

struct AgsSynthInputPadClass

struct AgsSynthInputPadClass {
  AgsPadClass pad;
};