AgsSynth

AgsSynth — synth

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkGrid
                ╰── AgsMachine
                    ╰── AgsSynth

Includes

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

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