AgsHybridSynth

AgsHybridSynth — hybrid synth

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── AgsMachine
                        ╰── AgsHybridSynth

Implemented Interfaces

AgsHybridSynth implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

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

Description

The AgsHybridSynth is a composite widget to act as hybrid synth.

Functions

ags_hybrid_synth_new ()

AgsHybridSynth *
ags_hybrid_synth_new (GObject *soundcard);

Create a new instance of AgsHybridSynth

Parameters

soundcard

the assigned soundcard.

 

Returns

the new AgsHybridSynth

Since: 3.14.0


AGS_HYBRID_SYNTH()

#define AGS_HYBRID_SYNTH(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_HYBRID_SYNTH, AgsHybridSynth))

AGS_HYBRID_SYNTH_CLASS()

#define AGS_HYBRID_SYNTH_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_HYBRID_SYNTH, AgsHybridSynthClass))

AGS_HYBRID_SYNTH_GET_CLASS()

#define AGS_HYBRID_SYNTH_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_HYBRID_SYNTH, AgsHybridSynthClass))

AGS_IS_HYBRID_SYNTH()

#define AGS_IS_HYBRID_SYNTH(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_HYBRID_SYNTH))

AGS_IS_HYBRID_SYNTH_CLASS()

#define AGS_IS_HYBRID_SYNTH_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_HYBRID_SYNTH))

ags_hybrid_synth_get_type ()

GType
ags_hybrid_synth_get_type (void);

Types and Values

AGS_TYPE_HYBRID_SYNTH

#define AGS_TYPE_HYBRID_SYNTH                (ags_hybrid_synth_get_type())

struct AgsHybridSynth

struct AgsHybridSynth;

struct AgsHybridSynthClass

struct AgsHybridSynthClass {
  AgsMachineClass machine;
};