AgsSynth

AgsSynth — synth

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsSynth implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

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

Description

The AgsSynth is a composite widget to act as synth.

Functions

ags_synth_test_flags ()

gboolean
ags_synth_test_flags (AgsSynth *synth,
                      guint flags);

Test flags of synth .

Parameters

synth

the AgsSynth

 

flags

the flags

 

Returns

TRUE on success, otherwise FALSE

Since: 3.2.15


ags_synth_set_flags ()

void
ags_synth_set_flags (AgsSynth *synth,
                     guint flags);

Set flags of synth .

Parameters

synth

the AgsSynth

 

flags

the flags

 

Since: 3.2.15


ags_synth_unset_flags ()

void
ags_synth_unset_flags (AgsSynth *synth,
                       guint flags);

Unset flags of synth .

Parameters

synth

the AgsSynth

 

flags

the flags

 

Since: 3.2.15


ags_synth_update ()

void
ags_synth_update (AgsSynth *synth);

Update synth .

Parameters

synth

the AgsSynth

 

Since: 3.0.0


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: 3.0.0


AGS_IS_SYNTH()

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

AGS_IS_SYNTH_CLASS()

#define AGS_IS_SYNTH_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), 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;
};