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
gboolean
ags_envelope_util_get_lfo_enabled (AgsEnvelopeUtil *envelope_util
);
Get LFO enabled of envelope_util
.
Since: 7.0.0
void ags_envelope_util_set_lfo_enabled (AgsEnvelopeUtil *envelope_util
,gboolean lfo_enabled
);
Set lfo_enabled
of envelope_util
.
Since: 7.0.0
gdouble
ags_envelope_util_get_lfo_freq (AgsEnvelopeUtil *envelope_util
);
Get LFO frequency of envelope_util
.
Since: 7.0.0
void ags_envelope_util_set_lfo_freq (AgsEnvelopeUtil *envelope_util
,gdouble lfo_freq
);
Set lfo_freq
of envelope_util
.
Since: 7.0.0
guint
ags_envelope_util_get_frame_count (AgsEnvelopeUtil *envelope_util
);
Get frame count of envelope_util
.
Since: 7.0.0
void ags_envelope_util_set_frame_count (AgsEnvelopeUtil *envelope_util
,guint frame_count
);
Set frame_count
of envelope_util
.
Since: 7.0.0
guint
ags_envelope_util_get_offset (AgsEnvelopeUtil *envelope_util
);
Get offset of envelope_util
.
Since: 7.0.0
void ags_envelope_util_set_offset (AgsEnvelopeUtil *envelope_util
,guint offset
);
Set offset
of envelope_util
.
Since: 7.0.0
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