| 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_SYNCSYNTH_BASE_NOTE_MAX |
| #define | AGS_SYNCSYNTH_BASE_NOTE_MIN |
| enum | AgsSyncsynthFlags |
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