AgsSynth
AgsSynth — synth
|
|
Stability Level
Stable, unless otherwise indicated
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
.
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
.
Since: 3.2.15
ags_synth_unset_flags ()
void
ags_synth_unset_flags (AgsSynth *synth
,
guint flags
);
Unset flags
of synth
.
Since: 3.2.15
ags_synth_update ()
void
ags_synth_update (AgsSynth *synth
);
Update synth
.
Since: 3.0.0
ags_synth_new ()
AgsSynth *
ags_synth_new (GObject *soundcard
);
Create a new instance of 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)