| Top |
| gboolean | ags_synth_test_flags () |
| void | ags_synth_set_flags () |
| void | ags_synth_unset_flags () |
| void | ags_synth_update () |
| AgsSynth * | ags_synth_new () |
| #define | AGS_IS_SYNTH() |
| #define | AGS_IS_SYNTH_CLASS() |
| #define | AGS_SYNTH() |
| #define | AGS_SYNTH_CLASS() |
| #define | AGS_SYNTH_GET_CLASS() |
| GType | ags_synth_get_type () |
| #define | AGS_SYNTH_BASE_NOTE_MAX |
| #define | AGS_SYNTH_BASE_NOTE_MIN |
| enum | AgsSynthFlags |
| #define | AGS_TYPE_SYNTH |
| struct | AgsSynth |
| struct | AgsSynthClass |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkGrid ╰── AgsMachine ╰── AgsSynth
AgsSynth implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable and AgsConnectable.
gboolean ags_synth_test_flags (AgsSynth *synth,guint flags);
Test flags
of synth
.
Since: 3.2.15
void ags_synth_set_flags (AgsSynth *synth,guint flags);
Set flags
of synth
.
Since: 3.2.15
void ags_synth_unset_flags (AgsSynth *synth,guint flags);
Unset flags
of synth
.
Since: 3.2.15
AgsSynth *
ags_synth_new (GObject *soundcard);
Create a new instance of AgsSynth
Since: 3.0.0
#define AGS_IS_SYNTH_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SYNTH))
#define AGS_SYNTH_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SYNTH, AgsSynthClass))
#define AGS_SYNTH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SYNTH, AgsSynthClass))