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)
ags_function_add_matrix
Add solver_matrix
to function
.
ags_function_remove_matrix
Remove solver_matrix
from function
.
Properties
Properties inherited from AgsFunction (3)
Ags.Function:normalized-function
The normalized function.
Ags.Function:pivot-table
The pivot table.
Ags.Function:source-function
The source function.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.