Struct
AgsAudioPitch2xAliasUtil
Description
struct AgsPitch2xAliasUtil {
gpointer source;
guint source_stride;
gpointer destination;
guint destination_stride;
gpointer alias_source_buffer;
guint alias_source_max_buffer_length;
gpointer alias_new_source_buffer;
guint alias_new_source_max_buffer_length;
guint buffer_length;
guint format;
guint samplerate;
gdouble base_key;
gdouble tuning;
gdouble vibrato_enabled;
gdouble vibrato_gain;
gdouble vibrato_lfo_depth;
gdouble vibrato_lfo_freq;
gdouble vibrato_tuning;
guint vibrato_lfo_frame_count;
guint vibrato_lfo_offset;
guint frame_count;
guint offset;
gboolean note_256th_mode;
guint offset_256th;
}
No description available.
Structure members
source
No description available.
source_stride
No description available.
destination
No description available.
destination_stride
No description available.
alias_source_buffer
No description available.
alias_source_max_buffer_length
No description available.
alias_new_source_buffer
No description available.
alias_new_source_max_buffer_length
No description available.
buffer_length
No description available.
format
No description available.
samplerate
No description available.
base_key
No description available.
tuning
No description available.
vibrato_enabled
No description available.
vibrato_gain
No description available.
vibrato_lfo_depth
No description available.
vibrato_lfo_freq
No description available.
vibrato_tuning
No description available.
vibrato_lfo_frame_count
No description available.
vibrato_lfo_offset
No description available.
frame_count
No description available.
offset
No description available.
note_256th_mode
No description available.
offset_256th
No description available.
Instance methods
ags_pitch_2x_alias_util_get_destination
Get destination buffer of pitch_2x_alias_util
.
since: 6.15.0
ags_pitch_2x_alias_util_get_destination_stride
Get destination stride of pitch_2x_alias_util
.
since: 6.15.0
ags_pitch_2x_alias_util_get_note_256th_mode
Get note 256th mode of pitch_2x_alias_util
.
since: 6.15.0
ags_pitch_2x_alias_util_get_offset_256th
Get offset as note 256th of pitch_2x_alias_util
.
since: 6.15.0
ags_pitch_2x_alias_util_get_vibrato_enabled
Get vibrato enabled of pitch_2x_alias_util
.
since: 6.15.0
ags_pitch_2x_alias_util_get_vibrato_lfo_depth
Get vibrato lfo_depth of pitch_2x_alias_util
.
since: 6.15.0
ags_pitch_2x_alias_util_get_vibrato_lfo_freq
Get vibrato lfo_freq of pitch_2x_alias_util
.
since: 6.15.0
ags_pitch_2x_alias_util_pitch_double
Pitch pitch_2x_alias_util
of double precision floating point numbers.
since: 6.15.0
ags_pitch_2x_alias_util_pitch_float
Pitch pitch_2x_alias_util
of single precision floating point numbers.
since: 6.15.0
ags_pitch_2x_alias_util_set_destination
Set destination
buffer of pitch_2x_alias_util
.
since: 6.15.0
ags_pitch_2x_alias_util_set_destination_stride
Set destination
stride of pitch_2x_alias_util
.
since: 6.15.0
ags_pitch_2x_alias_util_set_note_256th_mode
Set note_256th_mode
of pitch_2x_alias_util
.
since: 6.15.0
ags_pitch_2x_alias_util_set_vibrato_enabled
Set vibrato_enabled
of pitch_2x_alias_util
.
since: 6.15.0
ags_pitch_2x_alias_util_set_vibrato_lfo_depth
Set vibrato_lfo_depth
of pitch_2x_alias_util
.
since: 6.15.0
ags_pitch_2x_alias_util_set_vibrato_lfo_freq
Set vibrato_lfo_freq
of pitch_2x_alias_util
.
since: 6.15.0