Class
AgsAudioSynthGenerator
[−]
Description
class AgsAudio.SynthGenerator : Ags.Function
{
flags: guint,
obj_mutex: GRecMutex,
samplerate: guint,
buffer_size: guint,
format: AgsSoundcardFormat,
frame_count: guint,
loop_start: guint,
loop_end: guint,
delay: gdouble,
attack: guint,
do_lfo: gboolean,
oscillator: guint,
frequency: gdouble,
phase: gdouble,
volume: gdouble,
lfo_depth: gdouble,
tuning: gdouble,
sync_relative: gboolean,
sync_point: AgsComplex*,
sync_point_count: guint,
do_fm_synth: gboolean,
fm_lfo_oscillator: guint,
fm_lfo_frequency: gdouble,
fm_lfo_depth: gdouble,
fm_tuning: gdouble,
damping: AgsComplex*,
vibration: AgsComplex*,
timestamp: GObject*
}
No description available.
[−]
Instance methods
ags_synth_generator_set_sync_point
Set value
as sync point at position
of synth_generator
.
since: 4.4.2
ags_synth_generator_set_sync_point_count
Set sync point count and realloc sync points of synth_generator
.
since: 4.4.2
[+]
Methods inherited from AgsFunction (2)
[+]