| Top |
AgsTremoloUtil * ags_tremolo_util_alloc ();
Allocate AgsTremoloUtil
Since: 5.2.0
gpointer
ags_tremolo_util_copy (AgsTremoloUtil *ptr);
Create a copy of ptr
.
Since: 5.2.0
void
ags_tremolo_util_free (AgsTremoloUtil *ptr);
Free the memory of ptr
.
Since: 5.2.0
gpointer
ags_tremolo_util_get_destination (AgsTremoloUtil *tremolo_util);
Get destination buffer of tremolo_util
.
Since: 5.2.0
void ags_tremolo_util_set_destination (AgsTremoloUtil *tremolo_util,gpointer destination);
Set destination
buffer of tremolo_util
.
Since: 5.2.0
guint
ags_tremolo_util_get_destination_stride
(AgsTremoloUtil *tremolo_util);
Get destination stride of tremolo_util
.
Since: 5.2.0
void ags_tremolo_util_set_destination_stride (AgsTremoloUtil *tremolo_util,guint destination_stride);
Set destination
stride of tremolo_util
.
Since: 5.2.0
gpointer
ags_tremolo_util_get_source (AgsTremoloUtil *tremolo_util);
Get source buffer of tremolo_util
.
Since: 5.2.0
void ags_tremolo_util_set_source (AgsTremoloUtil *tremolo_util,gpointer source);
Set source
buffer of tremolo_util
.
Since: 5.2.0
guint
ags_tremolo_util_get_source_stride (AgsTremoloUtil *tremolo_util);
Get source stride of tremolo_util
.
Since: 5.2.0
void ags_tremolo_util_set_source_stride (AgsTremoloUtil *tremolo_util,guint source_stride);
Set source
stride of tremolo_util
.
Since: 5.2.0
guint
ags_tremolo_util_get_buffer_length (AgsTremoloUtil *tremolo_util);
Get buffer length of tremolo_util
.
Since: 5.2.0
void ags_tremolo_util_set_buffer_length (AgsTremoloUtil *tremolo_util,guint buffer_length);
Set buffer_length
of tremolo_util
.
Since: 5.2.0
AgsSoundcardFormat
ags_tremolo_util_get_format (AgsTremoloUtil *tremolo_util);
Get format of tremolo_util
.
Since: 5.2.0
void ags_tremolo_util_set_format (AgsTremoloUtil *tremolo_util,AgsSoundcardFormat format);
Set format
of tremolo_util
.
Since: 5.2.0
guint
ags_tremolo_util_get_samplerate (AgsTremoloUtil *tremolo_util);
Get buffer length of tremolo_util
.
Since: 5.2.0
void ags_tremolo_util_set_samplerate (AgsTremoloUtil *tremolo_util,guint samplerate);
Set samplerate
of tremolo_util
.
Since: 5.2.0
gdouble
ags_tremolo_util_get_tremolo_gain (AgsTremoloUtil *tremolo_util);
Get tremolo gain of tremolo_util
.
Since: 5.2.0
void ags_tremolo_util_set_tremolo_gain (AgsTremoloUtil *tremolo_util,gdouble tremolo_gain);
Set tremolo_gain
of tremolo_util
.
Since: 5.2.0
gdouble
ags_tremolo_util_get_tremolo_lfo_depth
(AgsTremoloUtil *tremolo_util);
Get tremolo LFO depth of tremolo_util
.
Since: 5.2.0
void ags_tremolo_util_set_tremolo_lfo_depth (AgsTremoloUtil *tremolo_util,gdouble tremolo_lfo_depth);
Set tremolo_lfo_depth
of tremolo_util
.
Since: 5.2.0
gdouble
ags_tremolo_util_get_tremolo_lfo_freq (AgsTremoloUtil *tremolo_util);
Get tremolo LFO freq of tremolo_util
.
Since: 5.2.0
void ags_tremolo_util_set_tremolo_lfo_freq (AgsTremoloUtil *tremolo_util,gdouble tremolo_lfo_freq);
Set tremolo_lfo_freq
of tremolo_util
.
Since: 5.2.0
gdouble
ags_tremolo_util_get_tremolo_tuning (AgsTremoloUtil *tremolo_util);
Get tremolo tuning of tremolo_util
.
Since: 5.2.0
void ags_tremolo_util_set_tremolo_tuning (AgsTremoloUtil *tremolo_util,gdouble tremolo_tuning);
Set tremolo_tuning
of tremolo_util
.
Since: 5.2.0
guint
ags_tremolo_util_get_frame_count (AgsTremoloUtil *tremolo_util);
Get frame count of tremolo_util
.
Since: 6.1.0
void ags_tremolo_util_set_frame_count (AgsTremoloUtil *tremolo_util,guint frame_count);
Set frame_count
of tremolo_util
.
Since: 6.1.0
guint
ags_tremolo_util_get_offset (AgsTremoloUtil *tremolo_util);
Get offset of tremolo_util
.
Since: 6.1.0
void ags_tremolo_util_set_offset (AgsTremoloUtil *tremolo_util,guint offset);
Set offset
of tremolo_util
.
Since: 6.1.0
gboolean
ags_tremolo_util_get_note_256th_mode (AgsTremoloUtil *tremolo_util);
Get note 256th mode of tremolo_util
.
Since: 6.1.0
void ags_tremolo_util_set_note_256th_mode (AgsTremoloUtil *tremolo_util,gboolean note_256th_mode);
Set note_256th_mode
of tremolo_util
.
Since: 6.1.0
guint
ags_tremolo_util_get_offset_256th (AgsTremoloUtil *tremolo_util);
Get offset as note 256th of tremolo_util
.
Since: 6.1.0
void ags_tremolo_util_set_offset_256th (AgsTremoloUtil *tremolo_util,guint offset_256th);
Set offset_256th
of tremolo_util
.
Since: 6.1.0
void
ags_tremolo_util_compute_s8 (AgsTremoloUtil *tremolo_util);
Compute tremolo of signed 8 bit data.
Since: 5.2.0
void
ags_tremolo_util_compute_s16 (AgsTremoloUtil *tremolo_util);
Compute tremolo of signed 16 bit data.
Since: 5.2.0
void
ags_tremolo_util_compute_s24 (AgsTremoloUtil *tremolo_util);
Compute tremolo of signed 24 bit data.
Since: 5.2.0
void
ags_tremolo_util_compute_s32 (AgsTremoloUtil *tremolo_util);
Compute tremolo of signed 32 bit data.
Since: 5.2.0
void
ags_tremolo_util_compute_s64 (AgsTremoloUtil *tremolo_util);
Compute tremolo of signed 64 bit data.
Since: 5.2.0
void
ags_tremolo_util_compute_float (AgsTremoloUtil *tremolo_util);
Compute tremolo of floating point data.
Since: 5.2.0
void
ags_tremolo_util_compute_double (AgsTremoloUtil *tremolo_util);
Compute tremolo of double floating point data.
Since: 5.2.0
void
ags_tremolo_util_compute_complex (AgsTremoloUtil *tremolo_util);
Compute tremolo of complex floating point data.
Since: 5.2.0
void
ags_tremolo_util_compute (AgsTremoloUtil *tremolo_util);
Compute tremolo.
Since: 5.2.0