AgsSynth

AgsSynth — synth

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkHandleBox
                            ╰── AgsMachine
                                ╰── AgsSynth

Implemented Interfaces

AgsSynth implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsPlugin.

Includes

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

Description

The AgsSynth is a composite widget to act as synth.

Functions

ags_synth_update ()

void
ags_synth_update (AgsSynth *synth);

ags_synth_new ()

AgsSynth *
ags_synth_new (GObject *soundcard);

Create a new instance of AgsSynth

Parameters

soundcard

the assigned soundcard.

 

Returns

the new AgsSynth

Since: 2.0.0


AGS_IS_SYNTH()

#define AGS_IS_SYNTH(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNTH))

AGS_SYNTH()

#define AGS_SYNTH(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNTH, AgsSynth))

AGS_SYNTH_CLASS()

#define AGS_SYNTH_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SYNTH, AgsSynthClass))

AGS_SYNTH_GET_CLASS()

#define AGS_SYNTH_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SYNTH, AgsSynthClass))

ags_synth_get_type ()

GType
ags_synth_get_type (void);

Types and Values

AGS_SYNTH_BASE_NOTE_MAX

#define AGS_SYNTH_BASE_NOTE_MAX (72.0)

AGS_SYNTH_BASE_NOTE_MIN

#define AGS_SYNTH_BASE_NOTE_MIN (-72.0)

enum AgsSynthFlags

Members

AGS_SYNTH_AUTO_UPDATE

   

AGS_TYPE_SYNTH

#define AGS_TYPE_SYNTH                (ags_synth_get_type())

struct AgsSynth

struct AgsSynth;

struct AgsSynthClass

struct AgsSynthClass {
  AgsMachineClass machine;
};