| Top |
| gboolean | ags_syncsynth_test_flags () |
| void | ags_syncsynth_set_flags () |
| void | ags_syncsynth_unset_flags () |
| GList * | ags_syncsynth_get_oscillator () |
| void | ags_syncsynth_add_oscillator () |
| void | ags_syncsynth_remove_oscillator () |
| void | ags_syncsynth_reset_loop () |
| void | ags_syncsynth_update () |
| AgsSyncsynth * | ags_syncsynth_new () |
| #define | AGS_IS_SYNCSYNTH() |
| #define | AGS_IS_SYNCSYNTH_CLASS() |
| #define | AGS_SYNCSYNTH() |
| #define | AGS_SYNCSYNTH_CLASS() |
| #define | AGS_SYNCSYNTH_GET_CLASS() |
| GType | ags_syncsynth_get_type () |
| #define | AGS_SYNCSYNTH_BASE_NOTE_MAX |
| #define | AGS_SYNCSYNTH_BASE_NOTE_MIN |
| enum | AgsSyncsynthFlags |
| #define | AGS_TYPE_SYNCSYNTH |
| struct | AgsSyncsynth |
| struct | AgsSyncsynthClass |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkGrid ╰── AgsMachine ╰── AgsSyncsynth
AgsSyncsynth implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable and AgsConnectable.
gboolean ags_syncsynth_test_flags (AgsSyncsynth *syncsynth,guint flags);
Test flags
of syncsynth
.
Since: 3.2.15
void ags_syncsynth_set_flags (AgsSyncsynth *syncsynth,guint flags);
Set flags
of syncsynth
.
Since: 3.2.15
void ags_syncsynth_unset_flags (AgsSyncsynth *syncsynth,guint flags);
Unset flags
of syncsynth
.
Since: 3.2.15
GList *
ags_syncsynth_get_oscillator (AgsSyncsynth *syncsynth);
Get bulk member of syncsynth
.
Since: 4.0.0
void ags_syncsynth_add_oscillator (AgsSyncsynth *syncsynth,AgsOscillator *oscillator);
Add oscillator
to syncsynth
.
Since: 3.0.0
void ags_syncsynth_remove_oscillator (AgsSyncsynth *syncsynth,AgsOscillator *oscillator);
Remove nth oscillator.
Since: 3.0.0
void
ags_syncsynth_reset_loop (AgsSyncsynth *syncsynth);
Reset loop spin buttons.
Since: 3.0.0
void
ags_syncsynth_update (AgsSyncsynth *syncsynth);
Update audio data.
Since: 3.0.0
AgsSyncsynth *
ags_syncsynth_new (GObject *soundcard);
Create a new instance of AgsSyncsynth
Since: 3.0.0
#define AGS_IS_SYNCSYNTH(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNCSYNTH))
#define AGS_IS_SYNCSYNTH_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SYNCSYNTH))
#define AGS_SYNCSYNTH(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNCSYNTH, AgsSyncsynth))
#define AGS_SYNCSYNTH_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SYNCSYNTH, AgsSyncsynthClass))
#define AGS_SYNCSYNTH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SYNCSYNTH, AgsSyncsynthClass))