| Top |
AgsFMSynthUtil * ags_fm_synth_util_alloc ();
Allocate AgsFMSynthUtil
Since: 3.9.3
gpointer
ags_fm_synth_util_copy (AgsFMSynthUtil *ptr);
Create a copy of ptr
.
Since: 3.9.3
void
ags_fm_synth_util_free (AgsFMSynthUtil *ptr);
Free the memory of ptr
.
Since: 3.9.3
gpointer
ags_fm_synth_util_get_source (AgsFMSynthUtil *fm_synth_util);
Get source buffer of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_source (AgsFMSynthUtil *fm_synth_util,gpointer source);
Set source
buffer of fm_synth_util
.
Since: 3.9.3
guint
ags_fm_synth_util_get_source_stride (AgsFMSynthUtil *fm_synth_util);
Get source stride of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_source_stride (AgsFMSynthUtil *fm_synth_util,guint source_stride);
Set source
stride of fm_synth_util
.
Since: 3.9.3
guint
ags_fm_synth_util_get_buffer_length (AgsFMSynthUtil *fm_synth_util);
Get buffer length of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_buffer_length (AgsFMSynthUtil *fm_synth_util,guint buffer_length);
Set buffer_length
of fm_synth_util
.
Since: 3.9.3
guint
ags_fm_synth_util_get_audio_buffer_util_format
(AgsFMSynthUtil *fm_synth_util);
Get audio buffer util format of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_audio_buffer_util_format (AgsFMSynthUtil *fm_synth_util,guint audio_buffer_util_format);
Set audio_buffer_util_format
of fm_synth_util
.
Since: 3.9.3
guint
ags_fm_synth_util_get_samplerate (AgsFMSynthUtil *fm_synth_util);
Get samplerate of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_samplerate (AgsFMSynthUtil *fm_synth_util,guint samplerate);
Set samplerate
of fm_synth_util
.
Since: 3.9.3
guint
ags_fm_synth_util_get_synth_oscillator_mode
(AgsFMSynthUtil *fm_synth_util);
Get synth oscillator mode of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_synth_oscillator_mode (AgsFMSynthUtil *fm_synth_util,guint synth_oscillator_mode);
Set synth_oscillator_mode
of fm_synth_util
.
Since: 3.9.3
gdouble
ags_fm_synth_util_get_frequency (AgsFMSynthUtil *fm_synth_util);
Get frequency of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_frequency (AgsFMSynthUtil *fm_synth_util,gdouble frequency);
Set frequency
of fm_synth_util
.
Since: 3.9.3
gdouble
ags_fm_synth_util_get_phase (AgsFMSynthUtil *fm_synth_util);
Get phase of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_phase (AgsFMSynthUtil *fm_synth_util,gdouble phase);
Set phase
of fm_synth_util
.
Since: 3.9.3
gdouble
ags_fm_synth_util_get_volume (AgsFMSynthUtil *fm_synth_util);
Get volume of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_volume (AgsFMSynthUtil *fm_synth_util,gdouble volume);
Set volume
of fm_synth_util
.
Since: 3.9.3
guint
ags_fm_synth_util_get_lfo_oscillator_mode
(AgsFMSynthUtil *fm_synth_util);
Get LFO oscillator mode of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_lfo_oscillator_mode (AgsFMSynthUtil *fm_synth_util,guint synth_oscillator_mode);
Set lfo_oscillator_mode
of fm_synth_util
.
Since: 3.9.3
gdouble
ags_fm_synth_util_get_lfo_frequency (AgsFMSynthUtil *fm_synth_util);
Get LFO frequency of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_lfo_frequency (AgsFMSynthUtil *fm_synth_util,gdouble lfo_frequency);
Set lfo_frequency
of fm_synth_util
.
Since: 3.9.3
gdouble
ags_fm_synth_util_get_lfo_depth (AgsFMSynthUtil *fm_synth_util);
Get LFO depth of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_lfo_depth (AgsFMSynthUtil *fm_synth_util,gdouble lfo_depth);
Set lfo_depth
of fm_synth_util
.
Since: 3.9.3
gdouble
ags_fm_synth_util_get_tuning (AgsFMSynthUtil *fm_synth_util);
Get tuning of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_tuning (AgsFMSynthUtil *fm_synth_util,gdouble tuning);
Set tuning
of fm_synth_util
.
Since: 3.9.3
guint
ags_fm_synth_util_get_frame_count (AgsFMSynthUtil *fm_synth_util);
Get frame count of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_frame_count (AgsFMSynthUtil *fm_synth_util,guint frame_count);
Set frame_count
of fm_synth_util
.
Since: 3.9.3
guint
ags_fm_synth_util_get_offset (AgsFMSynthUtil *fm_synth_util);
Get offset of fm_synth_util
.
Since: 3.9.3
void ags_fm_synth_util_set_offset (AgsFMSynthUtil *fm_synth_util,guint offset);
Set offset
of fm_synth_util
.
Since: 3.9.3
void
ags_fm_synth_util_compute_sin_s8 (AgsFMSynthUtil *fm_synth_util);
Compute FM sine synth of signed 8 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sin_s16 (AgsFMSynthUtil *fm_synth_util);
Compute FM sine synth of signed 16 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sin_s24 (AgsFMSynthUtil *fm_synth_util);
Compute FM sine synth of signed 24 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sin_s32 (AgsFMSynthUtil *fm_synth_util);
Compute FM sine synth of signed 32 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sin_s64 (AgsFMSynthUtil *fm_synth_util);
Compute FM sine synth of signed 64 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sin_float (AgsFMSynthUtil *fm_synth_util);
Compute FM sine synth of floating point data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sin_double (AgsFMSynthUtil *fm_synth_util);
Compute FM sine synth of double precision floating point data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sin_complex (AgsFMSynthUtil *fm_synth_util);
Compute FM sine synth of complex data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sin (AgsFMSynthUtil *fm_synth_util);
Compute FM sine synth.
Since: 3.9.3
void ags_fm_synth_util_sin_s8 (gint8 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sin_s8 is deprecated and should not be used in newly-written code.
Generate frequency modulate sin wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sin_s16 (gint16 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sin_s16 is deprecated and should not be used in newly-written code.
Generate frequency modulate sin wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sin_s24 (gint32 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sin_s24 is deprecated and should not be used in newly-written code.
Generate frequency modulate sin wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sin_s32 (gint32 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sin_s32 is deprecated and should not be used in newly-written code.
Generate frequency modulate sin wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sin_s64 (gint64 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sin_s64 is deprecated and should not be used in newly-written code.
Generate frequency modulate sin wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sin_float (gfloat *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sin_float is deprecated and should not be used in newly-written code.
Generate frequency modulate sin wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sin_double (gdouble *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sin_double is deprecated and should not be used in newly-written code.
Generate frequency modulate sin wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sin_complex (AgsComplex *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sin_complex is deprecated and should not be used in newly-written code.
Generate frequency modulate sin wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sin (void *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint audio_buffer_util_format,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sin is deprecated and should not be used in newly-written code.
Generate frequency modulate sin wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
audio_buffer_util_format |
the audio data format |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void
ags_fm_synth_util_compute_sawtooth_s8 (AgsFMSynthUtil *fm_synth_util);
Compute FM sawtooth synth of signed 8 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sawtooth_s16
(AgsFMSynthUtil *fm_synth_util);
Compute FM sawtooth synth of signed 16 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sawtooth_s24
(AgsFMSynthUtil *fm_synth_util);
Compute FM sawtooth synth of signed 24 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sawtooth_s32
(AgsFMSynthUtil *fm_synth_util);
Compute FM sawtooth synth of signed 32 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sawtooth_s64
(AgsFMSynthUtil *fm_synth_util);
Compute FM sawtooth synth of signed 64 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sawtooth_float
(AgsFMSynthUtil *fm_synth_util);
Compute FM sawtooth synth of floating point data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sawtooth_double
(AgsFMSynthUtil *fm_synth_util);
Compute FM sawtooth synth of double precision floating point data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sawtooth_complex
(AgsFMSynthUtil *fm_synth_util);
Compute FM sawtooth synth of complex data.
Since: 3.9.3
void
ags_fm_synth_util_compute_sawtooth (AgsFMSynthUtil *fm_synth_util);
Compute FM sawtooth synth.
Since: 3.9.3
void ags_fm_synth_util_sawtooth_s8 (gint8 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sawtooth_s8 is deprecated and should not be used in newly-written code.
Generate frequency modulate sawtooth wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sawtooth_s16 (gint16 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sawtooth_s16 is deprecated and should not be used in newly-written code.
Generate frequency modulate sawtooth wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sawtooth_s24 (gint32 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sawtooth_s24 is deprecated and should not be used in newly-written code.
Generate frequency modulate sawtooth wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sawtooth_s32 (gint32 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sawtooth_s32 is deprecated and should not be used in newly-written code.
Generate frequency modulate sawtooth wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sawtooth_s64 (gint64 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sawtooth_s64 is deprecated and should not be used in newly-written code.
Generate frequency modulate sawtooth wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sawtooth_float (gfloat *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sawtooth_float is deprecated and should not be used in newly-written code.
Generate frequency modulate sawtooth wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sawtooth_double (gdouble *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sawtooth_double is deprecated and should not be used in newly-written code.
Generate frequency modulate sawtooth wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sawtooth_complex (AgsComplex *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sawtooth_complex is deprecated and should not be used in newly-written code.
Generate frequency modulate sawtooth wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_sawtooth (void *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint audio_buffer_util_format,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_sawtooth is deprecated and should not be used in newly-written code.
Generate frequency modulate sawtooth wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
audio_buffer_util_format |
the audio data format |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void
ags_fm_synth_util_compute_triangle_s8 (AgsFMSynthUtil *fm_synth_util);
Compute FM triangle synth of signed 8 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_triangle_s16
(AgsFMSynthUtil *fm_synth_util);
Compute FM triangle synth of signed 16 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_triangle_s24
(AgsFMSynthUtil *fm_synth_util);
Compute FM triangle synth of signed 24 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_triangle_s32
(AgsFMSynthUtil *fm_synth_util);
Compute FM triangle synth of signed 32 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_triangle_s64
(AgsFMSynthUtil *fm_synth_util);
Compute FM triangle synth of signed 64 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_triangle_float
(AgsFMSynthUtil *fm_synth_util);
Compute FM triangle synth of floating point data.
Since: 3.9.3
void
ags_fm_synth_util_compute_triangle_double
(AgsFMSynthUtil *fm_synth_util);
Compute FM triangle synth of double precision floating point data.
Since: 3.9.3
void
ags_fm_synth_util_compute_triangle_complex
(AgsFMSynthUtil *fm_synth_util);
Compute FM triangle synth of complex data.
Since: 3.9.3
void
ags_fm_synth_util_compute_triangle (AgsFMSynthUtil *fm_synth_util);
Compute FM triangle synth.
Since: 3.9.3
void ags_fm_synth_util_triangle_s8 (gint8 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_triangle_s8 is deprecated and should not be used in newly-written code.
Generate frequency modulate triangle wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_triangle_s16 (gint16 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_triangle_s16 is deprecated and should not be used in newly-written code.
Generate frequency modulate triangle wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_triangle_s24 (gint32 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_triangle_s24 is deprecated and should not be used in newly-written code.
Generate frequency modulate triangle wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_triangle_s32 (gint32 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_triangle_s32 is deprecated and should not be used in newly-written code.
Generate frequency modulate triangle wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_triangle_s64 (gint64 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_triangle_s64 is deprecated and should not be used in newly-written code.
Generate frequency modulate triangle wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_triangle_float (gfloat *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_triangle_float is deprecated and should not be used in newly-written code.
Generate frequency modulate triangle wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_triangle_double (gdouble *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_triangle_double is deprecated and should not be used in newly-written code.
Generate frequency modulate triangle wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_triangle_complex (AgsComplex *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_triangle_complex is deprecated and should not be used in newly-written code.
Generate frequency modulate triangle wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_triangle (void *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint audio_buffer_util_format,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_triangle is deprecated and should not be used in newly-written code.
Generate frequency modulate triangle wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
audio_buffer_util_format |
the audio data format |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void
ags_fm_synth_util_compute_square_s8 (AgsFMSynthUtil *fm_synth_util);
Compute FM square synth of signed 8 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_square_s16 (AgsFMSynthUtil *fm_synth_util);
Compute FM square synth of signed 16 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_square_s24 (AgsFMSynthUtil *fm_synth_util);
Compute FM square synth of signed 24 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_square_s32 (AgsFMSynthUtil *fm_synth_util);
Compute FM square synth of signed 32 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_square_s64 (AgsFMSynthUtil *fm_synth_util);
Compute FM square synth of signed 64 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_square_float
(AgsFMSynthUtil *fm_synth_util);
Compute FM square synth of floating point data.
Since: 3.9.3
void
ags_fm_synth_util_compute_square_double
(AgsFMSynthUtil *fm_synth_util);
Compute FM square synth of double precision floating point data.
Since: 3.9.3
void
ags_fm_synth_util_compute_square_complex
(AgsFMSynthUtil *fm_synth_util);
Compute FM square synth of complex data.
Since: 3.9.3
void
ags_fm_synth_util_compute_square (AgsFMSynthUtil *fm_synth_util);
Compute FM square synth.
Since: 3.9.3
void ags_fm_synth_util_square_s8 (gint8 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_square_s8 is deprecated and should not be used in newly-written code.
Generate frequency modulate square wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_square_s16 (gint16 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_square_s16 is deprecated and should not be used in newly-written code.
Generate frequency modulate square wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_square_s24 (gint32 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_square_s24 is deprecated and should not be used in newly-written code.
Generate frequency modulate square wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_square_s32 (gint32 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_square_s32 is deprecated and should not be used in newly-written code.
Generate frequency modulate square wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_square_s64 (gint64 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_square_s64 is deprecated and should not be used in newly-written code.
Generate frequency modulate square wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_square_float (gfloat *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_square_float is deprecated and should not be used in newly-written code.
Generate frequency modulate square wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_square_double (gdouble *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_square_double is deprecated and should not be used in newly-written code.
Generate frequency modulate square wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_square_complex (AgsComplex *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_square_complex is deprecated and should not be used in newly-written code.
Generate frequency modulate square wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_square (void *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint audio_buffer_util_format,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_square is deprecated and should not be used in newly-written code.
Generate frequency modulate square wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
audio_buffer_util_format |
the audio data format |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void
ags_fm_synth_util_compute_impulse_s8 (AgsFMSynthUtil *fm_synth_util);
Compute FM impulse synth of signed 8 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_impulse_s16 (AgsFMSynthUtil *fm_synth_util);
Compute FM impulse synth of signed 16 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_impulse_s24 (AgsFMSynthUtil *fm_synth_util);
Compute FM impulse synth of signed 24 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_impulse_s32 (AgsFMSynthUtil *fm_synth_util);
Compute FM impulse synth of signed 32 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_impulse_s64 (AgsFMSynthUtil *fm_synth_util);
Compute FM impulse synth of signed 64 bit data.
Since: 3.9.3
void
ags_fm_synth_util_compute_impulse_float
(AgsFMSynthUtil *fm_synth_util);
Compute FM impulse synth of floating point data.
Since: 3.9.3
void
ags_fm_synth_util_compute_impulse_double
(AgsFMSynthUtil *fm_synth_util);
Compute FM impulse synth of double precision floating point data.
Since: 3.9.3
void
ags_fm_synth_util_compute_impulse_complex
(AgsFMSynthUtil *fm_synth_util);
Compute FM impulse synth of complex data.
Since: 3.9.3
void
ags_fm_synth_util_compute_impulse (AgsFMSynthUtil *fm_synth_util);
Compute FM impulse synth.
Since: 3.9.3
void ags_fm_synth_util_impulse_s8 (gint8 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_impulse_s8 is deprecated and should not be used in newly-written code.
Generate frequency modulate impulse wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_impulse_s16 (gint16 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_impulse_s16 is deprecated and should not be used in newly-written code.
Generate frequency modulate impulse wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_impulse_s24 (gint32 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_impulse_s24 is deprecated and should not be used in newly-written code.
Generate frequency modulate impulse wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_impulse_s32 (gint32 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_impulse_s32 is deprecated and should not be used in newly-written code.
Generate frequency modulate impulse wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_impulse_s64 (gint64 *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_impulse_s64 is deprecated and should not be used in newly-written code.
Generate frequency modulate impulse wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_impulse_float (gfloat *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_impulse_float is deprecated and should not be used in newly-written code.
Generate frequency modulate impulse wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_impulse_double (gdouble *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_impulse_double is deprecated and should not be used in newly-written code.
Generate frequency modulate impulse wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_impulse_complex (AgsComplex *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_impulse_complex is deprecated and should not be used in newly-written code.
Generate frequency modulate impulse wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0
void ags_fm_synth_util_impulse (void *buffer,gdouble freq,gdouble phase,gdouble volume,guint samplerate,guint audio_buffer_util_format,guint offset,guint n_frames,guint lfo_osc_mode,gdouble lfo_freq,gdouble lfo_depth,gdouble tuning);
ags_fm_synth_util_impulse is deprecated and should not be used in newly-written code.
Generate frequency modulate impulse wave.
buffer |
the audio buffer |
|
freq |
the frequency of the sin wave |
|
phase |
the phase of the sin wave |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
audio_buffer_util_format |
the audio data format |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
lfo_osc_mode |
the LFO's oscillator mode |
|
lfo_freq |
the LFO's frequency |
|
lfo_depth |
the LFO's depth |
|
tuning |
the tuninig |
Since: 3.0.0