Struct
AgsAudioLFOSynthUtil
Description
struct AgsLFOSynthUtil {
gpointer source;
guint source_stride;
guint buffer_length;
AgsSoundcardFormat format;
guint samplerate;
guint lfo_synth_oscillator_mode;
gdouble frequency;
gdouble phase;
gdouble lfo_depth;
gdouble tuning;
guint offset;
guint frame_count;
gboolean note_256th_mode;
guint offset_256th;
}
No description available.
Structure members
source
No description available.
source_stride
No description available.
buffer_length
No description available.
format
No description available.
samplerate
No description available.
lfo_synth_oscillator_mode
No description available.
frequency
No description available.
phase
No description available.
lfo_depth
No description available.
tuning
No description available.
offset
No description available.
frame_count
No description available.
note_256th_mode
No description available.
offset_256th
No description available.
Instance methods
ags_lfo_synth_util_compute_impulse_double
Compute LFO impulse synth of double precision floating point data.
since: 4.0.0
ags_lfo_synth_util_compute_impulse_float
Compute LFO impulse synth of single precision floating point data.
since: 4.0.0
ags_lfo_synth_util_compute_impulse_s16
Compute LFO impulse synth of signed 16 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_impulse_s24
Compute LFO impulse synth of signed 24 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_impulse_s32
Compute LFO impulse synth of signed 32 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_impulse_s64
Compute LFO impulse synth of signed 64 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_sawtooth_complex
Compute LFO sawtooth synth of complex data.
since: 4.0.0
ags_lfo_synth_util_compute_sawtooth_double
Compute LFO sawtooth synth of double precision floating point data.
since: 4.0.0
ags_lfo_synth_util_compute_sawtooth_float
Compute LFO sawtooth synth of single precision floating point data.
since: 4.0.0
ags_lfo_synth_util_compute_sawtooth_s16
Compute LFO sawtooth synth of signed 16 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_sawtooth_s24
Compute LFO sawtooth synth of signed 24 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_sawtooth_s32
Compute LFO sawtooth synth of signed 32 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_sawtooth_s64
Compute LFO sawtooth synth of signed 64 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_sawtooth_s8
Compute LFO sawtooth synth of signed 8 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_sin_double
Compute LFO sine synth of double precision floating point data.
since: 4.0.0
ags_lfo_synth_util_compute_sin_float
Compute LFO sine synth of single precision floating point data.
since: 4.0.0
ags_lfo_synth_util_compute_square_double
Compute LFO square synth of double precision floating point data.
since: 4.0.0
ags_lfo_synth_util_compute_square_float
Compute LFO square synth of single precision floating point data.
since: 4.0.0
ags_lfo_synth_util_compute_triangle_complex
Compute LFO triangle synth of complex data.
since: 4.0.0
ags_lfo_synth_util_compute_triangle_double
Compute LFO triangle synth of double precision floating point data.
since: 4.0.0
ags_lfo_synth_util_compute_triangle_float
Compute LFO triangle synth of single precision floating point data.
since: 4.0.0
ags_lfo_synth_util_compute_triangle_s16
Compute LFO triangle synth of signed 16 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_triangle_s24
Compute LFO triangle synth of signed 24 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_triangle_s32
Compute LFO triangle synth of signed 32 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_triangle_s64
Compute LFO triangle synth of signed 64 bit data.
since: 4.0.0
ags_lfo_synth_util_compute_triangle_s8
Compute LFO triangle synth of signed 8 bit data.
since: 4.0.0
ags_lfo_synth_util_get_lfo_synth_oscillator_mode
Get LFO synth oscillator mode of lfo_synth_util
.
since: 4.0.0
ags_lfo_synth_util_set_lfo_synth_oscillator_mode
Set lfo_synth_oscillator_mode
of lfo_synth_util
.
since: 4.0.0