Top |
gpointer ags_common_pitch_util_get_source (gpointer pitch_util
,GType pitch_type
);
Get source of pitch_util
.
Since: 4.0.0
void ags_common_pitch_util_set_source (gpointer pitch_util
,GType pitch_type
,gpointer source
);
Set source
of pitch_util
.
Since: 4.0.0
guint ags_common_pitch_util_get_source_stride (gpointer pitch_util
,GType pitch_type
);
Get source stride of pitch_util
.
Since: 4.0.0
void ags_common_pitch_util_set_source_stride (gpointer pitch_util
,GType pitch_type
,guint source_stride
);
Set source_stride
of pitch_util
.
Since: 4.0.0
gpointer ags_common_pitch_util_get_destination (gpointer pitch_util
,GType pitch_type
);
Get destination of pitch_util
.
Since: 4.0.0
void ags_common_pitch_util_set_destination (gpointer pitch_util
,GType pitch_type
,gpointer destination
);
Set destination
of pitch_util
.
Since: 4.0.0
guint ags_common_pitch_util_get_destination_stride (gpointer pitch_util
,GType pitch_type
);
Get destination stride of pitch_util
.
Since: 4.0.0
void ags_common_pitch_util_set_destination_stride (gpointer pitch_util
,GType pitch_type
,guint destination_stride
);
Set destination_stride
of pitch_util
.
pitch_util |
the pitch util |
|
pitch_type |
the pitch type |
|
destination_stride |
the destination stride |
Since: 4.0.0
guint ags_common_pitch_util_get_buffer_length (gpointer pitch_util
,GType pitch_type
);
Get buffer length of pitch_util
.
Since: 4.0.0
void ags_common_pitch_util_set_buffer_length (gpointer pitch_util
,GType pitch_type
,guint buffer_length
);
Set buffer_length
of pitch_util
.
Since: 4.0.0
guint ags_common_pitch_util_get_format (gpointer pitch_util
,GType pitch_type
);
Get format of pitch_util
.
Since: 4.0.0
void ags_common_pitch_util_set_format (gpointer pitch_util
,GType pitch_type
,guint format
);
Set format
of pitch_util
.
Since: 4.0.0
guint ags_common_pitch_util_get_samplerate (gpointer pitch_util
,GType pitch_type
);
Get samplerate of pitch_util
.
Since: 4.0.0
void ags_common_pitch_util_set_samplerate (gpointer pitch_util
,GType pitch_type
,guint samplerate
);
Set samplerate
of pitch_util
.
Since: 4.0.0
gdouble ags_common_pitch_util_get_base_key (gpointer pitch_util
,GType pitch_type
);
Get base key of pitch_util
.
Since: 4.0.0
void ags_common_pitch_util_set_base_key (gpointer pitch_util
,GType pitch_type
,gdouble base_key
);
Set base_key
of pitch_util
.
Since: 4.0.0
gdouble ags_common_pitch_util_get_tuning (gpointer pitch_util
,GType pitch_type
);
Get tuning of pitch_util
.
Since: 4.0.0
void ags_common_pitch_util_set_tuning (gpointer pitch_util
,GType pitch_type
,gdouble tuning
);
Set tuning
of pitch_util
.
Since: 4.0.0
gboolean ags_common_pitch_util_get_vibrato_enabled (gpointer pitch_util
,GType pitch_type
);
Get vibrato enabled of pitch_util
.
Since: 5.2.0
void ags_common_pitch_util_set_vibrato_enabled (gpointer pitch_util
,GType pitch_type
,gboolean vibrato_enabled
);
Set vibrato_enabled
of pitch_util
.
Since: 5.2.0
gdouble ags_common_pitch_util_get_vibrato_gain (gpointer pitch_util
,GType pitch_type
);
Get vibrato_gain of pitch_util
.
Since: 5.2.0
void ags_common_pitch_util_set_vibrato_gain (gpointer pitch_util
,GType pitch_type
,gdouble vibrato_gain
);
Set vibrato_gain
of pitch_util
.
Since: 5.2.0
gdouble ags_common_pitch_util_get_vibrato_lfo_depth (gpointer pitch_util
,GType pitch_type
);
Get vibrato LFO depth of pitch_util
.
Since: 5.2.0
void ags_common_pitch_util_set_vibrato_lfo_depth (gpointer pitch_util
,GType pitch_type
,gdouble vibrato_lfo_depth
);
Set vibrato_lfo_depth
of pitch_util
.
pitch_util |
the pitch util |
|
pitch_type |
the pitch type |
|
vibrato_lfo_depth |
the vibrato LFO depth |
Since: 5.2.0
gdouble ags_common_pitch_util_get_vibrato_lfo_freq (gpointer pitch_util
,GType pitch_type
);
Get vibrato LFO frequency of pitch_util
.
Since: 5.2.0
void ags_common_pitch_util_set_vibrato_lfo_freq (gpointer pitch_util
,GType pitch_type
,gdouble vibrato_lfo_freq
);
Set vibrato_lfo_freq
of pitch_util
.
pitch_util |
the pitch util |
|
pitch_type |
the pitch type |
|
vibrato_lfo_freq |
the vibrato LFO frequency |
Since: 5.2.0
gdouble ags_common_pitch_util_get_vibrato_tuning (gpointer pitch_util
,GType pitch_type
);
Get vibrato tuning of pitch_util
.
Since: 5.2.0
void ags_common_pitch_util_set_vibrato_tuning (gpointer pitch_util
,GType pitch_type
,gdouble vibrato_tuning
);
Set vibrato_tuning
of pitch_util
.
Since: 5.2.0
guint ags_common_pitch_util_get_frame_count (gpointer pitch_util
,GType pitch_type
);
Get frame count of pitch_util
.
Since: 6.1.0
void ags_common_pitch_util_set_frame_count (gpointer pitch_util
,GType pitch_type
,guint frame_count
);
Set frame_count
of pitch_util
.
Since: 6.1.0
guint ags_common_pitch_util_get_offset (gpointer pitch_util
,GType pitch_type
);
Get offset of pitch_util
.
Since: 6.1.0
void ags_common_pitch_util_set_offset (gpointer pitch_util
,GType pitch_type
,guint offset
);
Set offset
of pitch_util
.
Since: 6.1.0
gboolean ags_common_pitch_util_get_note_256th_mode (gpointer pitch_util
,GType pitch_type
);
Get note 256th mode of pitch_util
.
Since: 6.1.0
void ags_common_pitch_util_set_note_256th_mode (gpointer pitch_util
,GType pitch_type
,gboolean note_256th_mode
);
Set note_256th_mode
of pitch_util
.
pitch_util |
the pitch util |
|
pitch_type |
the pitch type |
|
note_256th_mode |
|
Since: 6.1.0
guint ags_common_pitch_util_get_offset_256th (gpointer pitch_util
,GType pitch_type
);
Get offset note 256th of pitch_util
.
Since: 6.1.0
void ags_common_pitch_util_set_offset_256th (gpointer pitch_util
,GType pitch_type
,guint offset_256th
);
Set offset_256th
of pitch_util
.
Since: 6.1.0