Top |
#define | AGS_LFO_SYNTH_UTIL_DEFAULT_FREQUENCY |
#define | AGS_LFO_SYNTH_UTIL_DEFAULT_LFO_DEPTH |
#define | AGS_LFO_SYNTH_UTIL_DEFAULT_TUNING |
#define | AGS_LFO_SYNTH_UTIL_INITIALIZER |
AgsLFOSynthUtil * ags_lfo_synth_util_alloc ();
Allocate AgsLFOSynthUtil
Since: 4.0.0
gpointer
ags_lfo_synth_util_copy (AgsLFOSynthUtil *ptr
);
Create a copy of ptr
.
Since: 4.0.0
void
ags_lfo_synth_util_free (AgsLFOSynthUtil *ptr
);
Free the memory of ptr
.
Since: 4.0.0
gpointer
ags_lfo_synth_util_get_source (AgsLFOSynthUtil *lfo_synth_util
);
Get source buffer of lfo_synth_util
.
Since: 4.0.0
void ags_lfo_synth_util_set_source (AgsLFOSynthUtil *lfo_synth_util
,gpointer source
);
Set source
buffer of lfo_synth_util
.
Since: 4.0.0
guint
ags_lfo_synth_util_get_source_stride (AgsLFOSynthUtil *lfo_synth_util
);
Get source stride of lfo_synth_util
.
Since: 4.0.0
void ags_lfo_synth_util_set_source_stride (AgsLFOSynthUtil *lfo_synth_util
,guint source_stride
);
Set source
stride of lfo_synth_util
.
Since: 4.0.0
guint
ags_lfo_synth_util_get_buffer_length (AgsLFOSynthUtil *lfo_synth_util
);
Get buffer length of lfo_synth_util
.
Since: 4.0.0
void ags_lfo_synth_util_set_buffer_length (AgsLFOSynthUtil *lfo_synth_util
,guint buffer_length
);
Set buffer_length
of lfo_synth_util
.
Since: 4.0.0
AgsSoundcardFormat
ags_lfo_synth_util_get_format (AgsLFOSynthUtil *lfo_synth_util
);
Get audio buffer util format of lfo_synth_util
.
Since: 3.14.0
void ags_lfo_synth_util_set_format (AgsLFOSynthUtil *lfo_synth_util
,AgsSoundcardFormat format
);
Set format
of lfo_synth_util
.
Since: 3.14.0
guint
ags_lfo_synth_util_get_samplerate (AgsLFOSynthUtil *lfo_synth_util
);
Get samplerate of lfo_synth_util
.
Since: 4.0.0
void ags_lfo_synth_util_set_samplerate (AgsLFOSynthUtil *lfo_synth_util
,guint samplerate
);
Set samplerate
of lfo_synth_util
.
Since: 4.0.0
AgsSynthOscillatorMode
ags_lfo_synth_util_get_lfo_synth_oscillator_mode
(AgsLFOSynthUtil *lfo_synth_util
);
Get LFO synth oscillator mode of lfo_synth_util
.
Since: 4.0.0
void ags_lfo_synth_util_set_lfo_synth_oscillator_mode (AgsLFOSynthUtil *lfo_synth_util
,AgsSynthOscillatorMode lfo_synth_oscillator_mode
);
Set lfo_synth_oscillator_mode
of lfo_synth_util
.
lfo_synth_util |
the AgsLFOSynthUtil |
|
lfo_synth_oscillator_mode |
the LFO synth oscillator mode |
Since: 4.0.0
gdouble
ags_lfo_synth_util_get_frequency (AgsLFOSynthUtil *lfo_synth_util
);
Get frequency of lfo_synth_util
.
Since: 4.0.0
void ags_lfo_synth_util_set_frequency (AgsLFOSynthUtil *lfo_synth_util
,gdouble frequency
);
Set frequency
of lfo_synth_util
.
Since: 4.0.0
gdouble
ags_lfo_synth_util_get_phase (AgsLFOSynthUtil *lfo_synth_util
);
Get phase of lfo_synth_util
.
Since: 4.0.0
void ags_lfo_synth_util_set_phase (AgsLFOSynthUtil *lfo_synth_util
,gdouble phase
);
Set phase
of lfo_synth_util
.
Since: 4.0.0
gdouble
ags_lfo_synth_util_get_lfo_depth (AgsLFOSynthUtil *lfo_synth_util
);
Get LFO depth of lfo_synth_util
.
Since: 4.0.0
void ags_lfo_synth_util_set_lfo_depth (AgsLFOSynthUtil *lfo_synth_util
,gdouble lfo_depth
);
Set lfo_depth
of lfo_synth_util
.
Since: 4.0.0
gdouble
ags_lfo_synth_util_get_tuning (AgsLFOSynthUtil *lfo_synth_util
);
Get tuning of lfo_synth_util
.
Since: 4.0.0
void ags_lfo_synth_util_set_tuning (AgsLFOSynthUtil *lfo_synth_util
,gdouble tuning
);
Set tuning
of lfo_synth_util
.
Since: 4.0.0
guint
ags_lfo_synth_util_get_offset (AgsLFOSynthUtil *lfo_synth_util
);
Get offset of lfo_synth_util
.
Since: 4.0.0
void ags_lfo_synth_util_set_offset (AgsLFOSynthUtil *lfo_synth_util
,guint offset
);
Set offset
of lfo_synth_util
.
Since: 4.0.0
guint
ags_lfo_synth_util_get_frame_count (AgsLFOSynthUtil *lfo_synth_util
);
Get frame count of lfo_synth_util
.
Since: 4.0.0
void ags_lfo_synth_util_set_frame_count (AgsLFOSynthUtil *lfo_synth_util
,guint frame_count
);
Set frame_count
of lfo_synth_util
.
Since: 4.0.0
gboolean
ags_lfo_synth_util_get_note_256th_mode
(AgsLFOSynthUtil *lfo_synth_util
);
Get note 256th mode of lfo_synth_util
.
Since: 7.0.0
void ags_lfo_synth_util_set_note_256th_mode (AgsLFOSynthUtil *lfo_synth_util
,gboolean note_256th_mode
);
Set note_256th_mode
of lfo_synth_util
.
Since: 7.0.0
guint
ags_lfo_synth_util_get_offset_256th (AgsLFOSynthUtil *lfo_synth_util
);
Get offset as note 256th of lfo_synth_util
.
Since: 7.0.0
void ags_lfo_synth_util_set_offset_256th (AgsLFOSynthUtil *lfo_synth_util
,guint offset_256th
);
Set offset_256th
of lfo_synth_util
.
Since: 7.0.0
void
ags_lfo_synth_util_compute_sin_s8 (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sine synth of signed 8 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sin_s16 (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sine synth of signed 16 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sin_s24 (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sine synth of signed 24 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sin_s32 (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sine synth of signed 32 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sin_s64 (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sine synth of signed 64 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sin_float (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sine synth of single precision floating point data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sin_double (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sine synth of double precision floating point data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sin_complex
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sine synth of complex data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sin (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sine synth.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sawtooth_s8
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sawtooth synth of signed 8 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sawtooth_s16
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sawtooth synth of signed 16 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sawtooth_s24
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sawtooth synth of signed 24 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sawtooth_s32
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sawtooth synth of signed 32 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sawtooth_s64
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sawtooth synth of signed 64 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sawtooth_float
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sawtooth synth of single precision floating point data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sawtooth_double
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sawtooth synth of double precision floating point data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sawtooth_complex
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sawtooth synth of complex data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_sawtooth (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO sawtooth synth.
Since: 4.0.0
void
ags_lfo_synth_util_compute_triangle_s8
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO triangle synth of signed 8 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_triangle_s16
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO triangle synth of signed 16 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_triangle_s24
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO triangle synth of signed 24 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_triangle_s32
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO triangle synth of signed 32 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_triangle_s64
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO triangle synth of signed 64 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_triangle_float
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO triangle synth of single precision floating point data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_triangle_double
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO triangle synth of double precision floating point data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_triangle_complex
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO triangle synth of complex data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_triangle (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO triangle synth.
Since: 4.0.0
void
ags_lfo_synth_util_compute_square_s8 (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO square synth of signed 8 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_square_s16 (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO square synth of signed 16 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_square_s24 (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO square synth of signed 24 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_square_s32 (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO square synth of signed 32 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_square_s64 (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO square synth of signed 64 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_square_float
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO square synth of single precision floating point data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_square_double
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO square synth of double precision floating point data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_square_complex
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO square synth of complex data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_square (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO square synth.
Since: 4.0.0
void
ags_lfo_synth_util_compute_impulse_s8 (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO impulse synth of signed 8 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_impulse_s16
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO impulse synth of signed 16 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_impulse_s24
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO impulse synth of signed 24 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_impulse_s32
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO impulse synth of signed 32 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_impulse_s64
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO impulse synth of signed 64 bit data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_impulse_float
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO impulse synth of single precision floating point data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_impulse_double
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO impulse synth of double precision floating point data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_impulse_complex
(AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO impulse synth of complex data.
Since: 4.0.0
void
ags_lfo_synth_util_compute_impulse (AgsLFOSynthUtil *lfo_synth_util
);
Compute LFO impulse synth.
Since: 4.0.0