Top |
gboolean | ags_fm_syncsynth_test_flags () |
void | ags_fm_syncsynth_set_flags () |
void | ags_fm_syncsynth_unset_flags () |
GList * | ags_fm_syncsynth_get_fm_oscillator () |
void | ags_fm_syncsynth_add_fm_oscillator () |
void | ags_fm_syncsynth_remove_fm_oscillator () |
void | ags_fm_syncsynth_reset_loop () |
void | ags_fm_syncsynth_update () |
AgsFMSyncsynth * | ags_fm_syncsynth_new () |
#define | AGS_FM_SYNCSYNTH_BASE_NOTE_MAX |
#define | AGS_FM_SYNCSYNTH_BASE_NOTE_MIN |
enum | AgsFMSyncsynthFlags |
gboolean ags_fm_syncsynth_test_flags (AgsFMSyncsynth *fm_syncsynth
,guint flags
);
Test flags
of fm_syncsynth
.
Since: 3.2.15
void ags_fm_syncsynth_set_flags (AgsFMSyncsynth *fm_syncsynth
,guint flags
);
Set flags
of fm_syncsynth
.
Since: 3.2.15
void ags_fm_syncsynth_unset_flags (AgsFMSyncsynth *fm_syncsynth
,guint flags
);
Unset flags
of fm_syncsynth
.
Since: 3.2.15
GList *
ags_fm_syncsynth_get_fm_oscillator (AgsFMSyncsynth *fm_syncsynth
);
Get bulk member of fm_syncsynth
.
Since: 4.0.0
void ags_fm_syncsynth_add_fm_oscillator (AgsFMSyncsynth *fm_syncsynth
,AgsFMOscillator *fm_oscillator
);
Add fm_oscillator
to fm_syncsynth
.
Since: 3.0.0
void ags_fm_syncsynth_remove_fm_oscillator (AgsFMSyncsynth *fm_syncsynth
,AgsFMOscillator *fm_oscillator
);
Remove nth fm_oscillator.
Since: 3.0.0
void
ags_fm_syncsynth_reset_loop (AgsFMSyncsynth *fm_syncsynth
);
Reset loop spin buttons.
Since: 3.0.0
void
ags_fm_syncsynth_update (AgsFMSyncsynth *fm_syncsynth
);
Update audio data.
Since: 3.0.0