Top |
AgsEnvelopeUtil * ags_envelope_util_alloc ();
Allocate AgsEnvelopeUtil
Since: 3.9.2
gpointer
ags_envelope_util_copy (AgsEnvelopeUtil *ptr
);
Create a copy of ptr
.
Since: 3.9.2
void
ags_envelope_util_free (AgsEnvelopeUtil *ptr
);
Free the memory of ptr
.
Since: 3.9.2
gpointer
ags_envelope_util_get_destination (AgsEnvelopeUtil *envelope_util
);
Get destination buffer of envelope_util
.
Since: 3.9.2
void ags_envelope_util_set_destination (AgsEnvelopeUtil *envelope_util
,gpointer destination
);
Set destination
buffer of envelope_util
.
Since: 3.9.2
guint
ags_envelope_util_get_destination_stride
(AgsEnvelopeUtil *envelope_util
);
Get destination stride of envelope_util
.
Since: 3.9.2
void ags_envelope_util_set_destination_stride (AgsEnvelopeUtil *envelope_util
,guint destination_stride
);
Set destination
stride of envelope_util
.
Since: 3.9.2
gpointer
ags_envelope_util_get_source (AgsEnvelopeUtil *envelope_util
);
Get source buffer of envelope_util
.
Since: 3.9.2
void ags_envelope_util_set_source (AgsEnvelopeUtil *envelope_util
,gpointer source
);
Set source
buffer of envelope_util
.
Since: 3.9.2
guint
ags_envelope_util_get_source_stride (AgsEnvelopeUtil *envelope_util
);
Get source stride of envelope_util
.
Since: 3.9.2
void ags_envelope_util_set_source_stride (AgsEnvelopeUtil *envelope_util
,guint source_stride
);
Set source
stride of envelope_util
.
Since: 3.9.2
guint
ags_envelope_util_get_buffer_length (AgsEnvelopeUtil *envelope_util
);
Get buffer length of envelope_util
.
Since: 3.9.2
void ags_envelope_util_set_buffer_length (AgsEnvelopeUtil *envelope_util
,guint buffer_length
);
Set buffer_length
of envelope_util
.
Since: 3.9.2
guint
ags_envelope_util_get_format (AgsEnvelopeUtil *envelope_util
);
Get format of envelope_util
.
Since: 3.9.6
void ags_envelope_util_set_format (AgsEnvelopeUtil *envelope_util
,guint format
);
Set format
of envelope_util
.
Since: 3.9.6
gdouble
ags_envelope_util_get_volume (AgsEnvelopeUtil *envelope_util
);
Get volume of envelope_util
.
Since: 3.9.2
void ags_envelope_util_set_volume (AgsEnvelopeUtil *envelope_util
,gdouble volume
);
Set volume
of envelope_util
.
Since: 3.9.2
gdouble
ags_envelope_util_get_amount (AgsEnvelopeUtil *envelope_util
);
Get amount of envelope_util
.
Since: 3.9.2
void ags_envelope_util_set_amount (AgsEnvelopeUtil *envelope_util
,gdouble amount
);
Set amount
of envelope_util
.
Since: 3.9.2
gdouble
ags_envelope_util_get_wah_wah_lfo_depth
(AgsEnvelopeUtil *envelope_util
);
Get wah-wah LFO depth of envelope_util
.
Since: 5.2.0
void ags_envelope_util_set_wah_wah_lfo_depth (AgsEnvelopeUtil *envelope_util
,gdouble wah_wah_lfo_depth
);
Set wah_wah_lfo_depth
of envelope_util
.
Since: 5.2.0
gdouble
ags_envelope_util_get_wah_wah_lfo_freq
(AgsEnvelopeUtil *envelope_util
);
Get wah-wah LFO freq of envelope_util
.
Since: 5.2.0
void ags_envelope_util_set_wah_wah_lfo_freq (AgsEnvelopeUtil *envelope_util
,gdouble wah_wah_lfo_freq
);
Set wah_wah_lfo_freq
of envelope_util
.
Since: 5.2.0
gdouble
ags_envelope_util_get_wah_wah_tuning (AgsEnvelopeUtil *envelope_util
);
Get wah-wah tuning of envelope_util
.
Since: 5.2.0
void ags_envelope_util_set_wah_wah_tuning (AgsEnvelopeUtil *envelope_util
,gdouble wah_wah_tuning
);
Set wah_wah_tuning
of envelope_util
.
Since: 5.2.0
guint
ags_envelope_util_get_wah_wah_lfo_offset
(AgsEnvelopeUtil *envelope_util
);
Get wah-wah LFO offset of envelope_util
.
Since: 5.2.4
void ags_envelope_util_set_wah_wah_lfo_offset (AgsEnvelopeUtil *envelope_util
,guint wah_wah_lfo_offset
);
Set wah_wah_lfo_offset
of envelope_util
.
Since: 5.2.4
void
ags_envelope_util_compute_s8 (AgsEnvelopeUtil *envelope_util
);
Compute envelope of signed 8 bit data.
Since: 3.9.2
void
ags_envelope_util_compute_s16 (AgsEnvelopeUtil *envelope_util
);
Compute envelope of signed 16 bit data.
Since: 3.9.2
void
ags_envelope_util_compute_s24 (AgsEnvelopeUtil *envelope_util
);
Compute envelope of signed 24 bit data.
Since: 3.9.2
void
ags_envelope_util_compute_s32 (AgsEnvelopeUtil *envelope_util
);
Compute envelope of signed 32 bit data.
Since: 3.9.2
void
ags_envelope_util_compute_s64 (AgsEnvelopeUtil *envelope_util
);
Compute envelope of signed 64 bit data.
Since: 3.9.2
void
ags_envelope_util_compute_float (AgsEnvelopeUtil *envelope_util
);
Compute envelope of floating point data.
Since: 3.9.2
void
ags_envelope_util_compute_double (AgsEnvelopeUtil *envelope_util
);
Compute envelope of double floating point data.
Since: 3.9.2
void
ags_envelope_util_compute_complex (AgsEnvelopeUtil *envelope_util
);
Compute envelope of complex floating point data.
Since: 3.9.2
void
ags_envelope_util_compute (AgsEnvelopeUtil *envelope_util
);
Compute envelope.
Since: 3.9.2