Top |
AgsFastPitchUtil * ags_fast_pitch_util_alloc ();
Allocate AgsFastPitchUtil.
Since: 3.9.6
gpointer
ags_fast_pitch_util_copy (AgsFastPitchUtil *ptr
);
Create a copy of ptr
.
Since: 3.9.6
void
ags_fast_pitch_util_free (AgsFastPitchUtil *ptr
);
Free the memory of ptr
.
Since: 3.9.6
gpointer
ags_fast_pitch_util_get_source (AgsFastPitchUtil *fast_pitch_util
);
Get source buffer of fast_pitch_util
.
Since: 3.9.6
void ags_fast_pitch_util_set_source (AgsFastPitchUtil *fast_pitch_util
,gpointer source
);
Set source
buffer of fast_pitch_util
.
Since: 3.9.6
guint
ags_fast_pitch_util_get_source_stride (AgsFastPitchUtil *fast_pitch_util
);
Get source stride of fast_pitch_util
.
Since: 3.9.6
void ags_fast_pitch_util_set_source_stride (AgsFastPitchUtil *fast_pitch_util
,guint source_stride
);
Set source
stride of fast_pitch_util
.
Since: 3.9.6
gpointer
ags_fast_pitch_util_get_destination (AgsFastPitchUtil *fast_pitch_util
);
Get destination buffer of fast_pitch_util
.
Since: 3.9.6
void ags_fast_pitch_util_set_destination (AgsFastPitchUtil *fast_pitch_util
,gpointer destination
);
Set destination
buffer of fast_pitch_util
.
Since: 3.9.6
guint
ags_fast_pitch_util_get_destination_stride
(AgsFastPitchUtil *fast_pitch_util
);
Get destination stride of fast_pitch_util
.
Since: 3.9.6
void ags_fast_pitch_util_set_destination_stride (AgsFastPitchUtil *fast_pitch_util
,guint destination_stride
);
Set destination
stride of fast_pitch_util
.
Since: 3.9.6
guint
ags_fast_pitch_util_get_buffer_length (AgsFastPitchUtil *fast_pitch_util
);
Get buffer length of fast_pitch_util
.
Since: 3.9.6
void ags_fast_pitch_util_set_buffer_length (AgsFastPitchUtil *fast_pitch_util
,guint buffer_length
);
Set buffer_length
of fast_pitch_util
.
Since: 3.9.6
guint
ags_fast_pitch_util_get_format (AgsFastPitchUtil *fast_pitch_util
);
Get format of fast_pitch_util
.
Since: 3.9.6
void ags_fast_pitch_util_set_format (AgsFastPitchUtil *fast_pitch_util
,guint format
);
Set format
of fast_pitch_util
.
Since: 3.9.6
guint
ags_fast_pitch_util_get_samplerate (AgsFastPitchUtil *fast_pitch_util
);
Get samplerate of fast_pitch_util
.
Since: 3.9.6
void ags_fast_pitch_util_set_samplerate (AgsFastPitchUtil *fast_pitch_util
,guint samplerate
);
Set samplerate
of fast_pitch_util
.
Since: 3.9.6
gdouble
ags_fast_pitch_util_get_base_key (AgsFastPitchUtil *fast_pitch_util
);
Get base key of fast_pitch_util
.
Since: 3.9.6
void ags_fast_pitch_util_set_base_key (AgsFastPitchUtil *fast_pitch_util
,gdouble base_key
);
Set base_key
of fast_pitch_util
.
Since: 3.9.6
gdouble
ags_fast_pitch_util_get_tuning (AgsFastPitchUtil *fast_pitch_util
);
Get tuning of fast_pitch_util
.
Since: 3.9.6
void ags_fast_pitch_util_set_tuning (AgsFastPitchUtil *fast_pitch_util
,gdouble tuning
);
Set tuning
of fast_pitch_util
.
Since: 3.9.6
gboolean
ags_fast_pitch_util_get_vibrato_enabled
(AgsFastPitchUtil *fast_pitch_util
);
Get vibrato enabled of fast_pitch_util
.
Since: 5.2.0
void ags_fast_pitch_util_set_vibrato_enabled (AgsFastPitchUtil *fast_pitch_util
,gboolean vibrato_enabled
);
Set vibrato_enabled
of fast_pitch_util
.
Since: 5.2.0
gdouble
ags_fast_pitch_util_get_vibrato_gain (AgsFastPitchUtil *fast_pitch_util
);
Get vibrato gain of fast_pitch_util
.
Since: 5.2.0
void ags_fast_pitch_util_set_vibrato_gain (AgsFastPitchUtil *fast_pitch_util
,gdouble vibrato_gain
);
Set vibrato_gain
of fast_pitch_util
.
Since: 5.2.0
gdouble
ags_fast_pitch_util_get_vibrato_lfo_depth
(AgsFastPitchUtil *fast_pitch_util
);
Get vibrato lfo_depth of fast_pitch_util
.
Since: 5.2.0
void ags_fast_pitch_util_set_vibrato_lfo_depth (AgsFastPitchUtil *fast_pitch_util
,gdouble vibrato_lfo_depth
);
Set vibrato_lfo_depth
of fast_pitch_util
.
Since: 5.2.0
gdouble
ags_fast_pitch_util_get_vibrato_lfo_freq
(AgsFastPitchUtil *fast_pitch_util
);
Get vibrato lfo_freq of fast_pitch_util
.
Since: 5.2.0
void ags_fast_pitch_util_set_vibrato_lfo_freq (AgsFastPitchUtil *fast_pitch_util
,gdouble vibrato_lfo_freq
);
Set vibrato_lfo_freq
of fast_pitch_util
.
Since: 5.2.0
gdouble
ags_fast_pitch_util_get_vibrato_tuning
(AgsFastPitchUtil *fast_pitch_util
);
Get vibrato tuning of fast_pitch_util
.
Since: 5.2.0
void ags_fast_pitch_util_set_vibrato_tuning (AgsFastPitchUtil *fast_pitch_util
,gdouble vibrato_tuning
);
Set vibrato_tuning
of fast_pitch_util
.
Since: 5.2.0
guint
ags_fast_pitch_util_get_frame_count (AgsFastPitchUtil *fast_pitch_util
);
Get frame count of fast_pitch_util
.
Since: 6.1.0
void ags_fast_pitch_util_set_frame_count (AgsFastPitchUtil *fast_pitch_util
,guint frame_count
);
Set frame_count
of fast_pitch_util
.
Since: 6.1.0
guint
ags_fast_pitch_util_get_offset (AgsFastPitchUtil *fast_pitch_util
);
Get offset of fast_pitch_util
.
Since: 6.1.0
void ags_fast_pitch_util_set_offset (AgsFastPitchUtil *fast_pitch_util
,guint offset
);
Set offset
of fast_pitch_util
.
Since: 6.1.0
gboolean
ags_fast_pitch_util_get_note_256th_mode
(AgsFastPitchUtil *fast_pitch_util
);
Get note 256th mode of fast_pitch_util
.
Since: 6.1.0
void ags_fast_pitch_util_set_note_256th_mode (AgsFastPitchUtil *fast_pitch_util
,gboolean note_256th_mode
);
Set note_256th_mode
of fast_pitch_util
.
Since: 6.1.0
guint
ags_fast_pitch_util_get_offset_256th (AgsFastPitchUtil *fast_pitch_util
);
Get offset as note 256th of fast_pitch_util
.
Since: 6.1.0
void ags_fast_pitch_util_set_offset_256th (AgsFastPitchUtil *fast_pitch_util
,guint offset_256th
);
Set offset_256th
of fast_pitch_util
.
Since: 6.1.0
void
ags_fast_pitch_util_pitch_s8 (AgsFastPitchUtil *fast_pitch_util
);
Pitch fast_pitch_util
of signed 8 bit data.
Since: 3.9.6
void
ags_fast_pitch_util_pitch_s16 (AgsFastPitchUtil *fast_pitch_util
);
Pitch fast_pitch_util
of signed 16 bit data.
Since: 3.9.6
void
ags_fast_pitch_util_pitch_s24 (AgsFastPitchUtil *fast_pitch_util
);
Pitch fast_pitch_util
of signed 24 bit data.
Since: 3.9.6
void
ags_fast_pitch_util_pitch_s32 (AgsFastPitchUtil *fast_pitch_util
);
Pitch fast_pitch_util
of signed 32 bit data.
Since: 3.9.6
void
ags_fast_pitch_util_pitch_s64 (AgsFastPitchUtil *fast_pitch_util
);
Pitch fast_pitch_util
of signed 64 bit data.
Since: 3.9.6
void
ags_fast_pitch_util_pitch_float (AgsFastPitchUtil *fast_pitch_util
);
Pitch fast_pitch_util
of floating point data.
Since: 3.9.6
void
ags_fast_pitch_util_pitch_double (AgsFastPitchUtil *fast_pitch_util
);
Pitch fast_pitch_util
of double precision floating point data.
Since: 3.9.6
void
ags_fast_pitch_util_pitch_complex (AgsFastPitchUtil *fast_pitch_util
);
Pitch fast_pitch_util
of complex data.
Since: 3.9.6
void
ags_fast_pitch_util_pitch (AgsFastPitchUtil *fast_pitch_util
);
Pitch fast_pitch_util
.
Since: 3.9.6