AgsFMSynth

AgsFMSynth — fm synth

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkGrid
                ╰── AgsMachine
                    ╰── AgsFMSynth

Includes

#include <ags/app/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

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