| Top |
| gboolean | ags_fm_synth_test_flags () |
| void | ags_fm_synth_set_flags () |
| void | ags_fm_synth_unset_flags () |
| void | ags_fm_synth_update () |
| AgsFMSynth * | ags_fm_synth_new () |
| #define | AGS_FM_SYNTH_BASE_NOTE_MAX |
| #define | AGS_FM_SYNTH_BASE_NOTE_MIN |
| enum | AgsFMSynthFlags |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkGrid ╰── AgsMachine ╰── AgsFMSynth
gboolean ags_fm_synth_test_flags (AgsFMSynth *fm_synth,guint flags);
Test flags
of fm_synth
.
Since: 3.2.15
void ags_fm_synth_set_flags (AgsFMSynth *fm_synth,guint flags);
Set flags
of fm_synth
.
Since: 3.2.15
void ags_fm_synth_unset_flags (AgsFMSynth *fm_synth,guint flags);
Unset flags
of fm_synth
.
Since: 3.2.15
void
ags_fm_synth_update (AgsFMSynth *fm_synth);
Update fm_synth
.
Since: 3.0.0
AgsFMSynth *
ags_fm_synth_new (GObject *soundcard);
Create a new instance of AgsFMSynth
Since: 3.0.0