krähemann.com

AgsFMSynth

AgsFMSynth — fm synth

Object Hierarchy

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

Implemented Interfaces

AgsFMSynth implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

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

Description

The AgsFMSynth is a composite widget to act as fm synth.

Functions

ags_fm_synth_test_flags ()

gboolean
ags_fm_synth_test_flags (AgsFMSynth *fm_synth,
                         guint flags);

Test flags of fm_synth .

Parameters

fm_synth

the AgsFMSynth

 

flags

the flags

 

Returns

TRUE on success, otherwise FALSE

Since: 3.2.15


ags_fm_synth_set_flags ()

void
ags_fm_synth_set_flags (AgsFMSynth *fm_synth,
                        guint flags);

Set flags of fm_synth .

Parameters

fm_synth

the AgsFMSynth

 

flags

the flags

 

Since: 3.2.15


ags_fm_synth_unset_flags ()

void
ags_fm_synth_unset_flags (AgsFMSynth *fm_synth,
                          guint flags);

Unset flags of fm_synth .

Parameters

fm_synth

the AgsFMSynth

 

flags

the flags

 

Since: 3.2.15


ags_fm_synth_update ()

void
ags_fm_synth_update (AgsFMSynth *fm_synth);

Update fm_synth .

Parameters

fm_synth

the AgsFMSynth

 

Since: 3.0.0


ags_fm_synth_new ()

AgsFMSynth *
ags_fm_synth_new (GObject *soundcard);

Create a new instance of AgsFMSynth

Parameters

soundcard

the assigned soundcard.

 

Returns

the new AgsFMSynth

Since: 3.0.0


AGS_FM_SYNTH()

#define AGS_FM_SYNTH(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FM_SYNTH, AgsFMSynth))

AGS_FM_SYNTH_CLASS()

#define AGS_FM_SYNTH_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FM_SYNTH, AgsFMSynthClass))

AGS_FM_SYNTH_GET_CLASS()

#define AGS_FM_SYNTH_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_FM_SYNTH, AgsFMSynthClass))

AGS_IS_FM_SYNTH()

#define AGS_IS_FM_SYNTH(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FM_SYNTH))

AGS_IS_FM_SYNTH_CLASS()

#define AGS_IS_FM_SYNTH_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_FM_SYNTH))

ags_fm_synth_get_type ()

GType
ags_fm_synth_get_type (void);

Types and Values

AGS_FM_SYNTH_BASE_NOTE_MAX

#define AGS_FM_SYNTH_BASE_NOTE_MAX (72.0)

AGS_FM_SYNTH_BASE_NOTE_MIN

#define AGS_FM_SYNTH_BASE_NOTE_MIN (-72.0)

enum AgsFMSynthFlags

Members

AGS_FM_SYNTH_AUTO_UPDATE

   

AGS_TYPE_FM_SYNTH

#define AGS_TYPE_FM_SYNTH                (ags_fm_synth_get_type())

struct AgsFMSynth

struct AgsFMSynth;

struct AgsFMSynthClass

struct AgsFMSynthClass {
  AgsMachineClass machine;
};