Struct
AgsAudioPitch4xAliasUtil
Description
struct AgsPitch4xAliasUtil {
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
sourceNo description available.
source_strideNo description available.
destinationNo description available.
destination_strideNo description available.
alias_source_bufferNo description available.
alias_source_max_buffer_lengthNo description available.
alias_new_source_bufferNo description available.
alias_new_source_max_buffer_lengthNo description available.
buffer_lengthNo description available.
formatNo description available.
samplerateNo description available.
base_keyNo description available.
tuningNo description available.
vibrato_enabledNo description available.
vibrato_gainNo description available.
vibrato_lfo_depthNo description available.
vibrato_lfo_freqNo description available.
vibrato_tuningNo description available.
vibrato_lfo_frame_countNo description available.
vibrato_lfo_offsetNo description available.
frame_countNo description available.
offsetNo description available.
note_256th_modeNo description available.
offset_256thNo description available.
Instance methods
ags_pitch_4x_alias_util_get_destination
Get destination buffer of pitch_4x_alias_util.
since: 6.15.0
ags_pitch_4x_alias_util_get_destination_stride
Get destination stride of pitch_4x_alias_util.
since: 6.15.0
ags_pitch_4x_alias_util_get_note_256th_mode
Get note 256th mode of pitch_4x_alias_util.
since: 6.15.0
ags_pitch_4x_alias_util_get_offset_256th
Get offset as note 256th of pitch_4x_alias_util.
since: 6.15.0
ags_pitch_4x_alias_util_get_vibrato_enabled
Get vibrato enabled of pitch_4x_alias_util.
since: 6.15.0
ags_pitch_4x_alias_util_get_vibrato_lfo_depth
Get vibrato lfo_depth of pitch_4x_alias_util.
since: 6.15.0
ags_pitch_4x_alias_util_get_vibrato_lfo_freq
Get vibrato lfo_freq of pitch_4x_alias_util.
since: 6.15.0
ags_pitch_4x_alias_util_pitch_double
Pitch pitch_4x_alias_util of double precision floating point numbers.
since: 6.15.0
ags_pitch_4x_alias_util_pitch_float
Pitch pitch_4x_alias_util of single precision floating point numbers.
since: 6.15.0
ags_pitch_4x_alias_util_set_destination
Set destination buffer of pitch_4x_alias_util.
since: 6.15.0
ags_pitch_4x_alias_util_set_destination_stride
Set destination stride of pitch_4x_alias_util.
since: 6.15.0
ags_pitch_4x_alias_util_set_note_256th_mode
Set note_256th_mode of pitch_4x_alias_util.
since: 6.15.0
ags_pitch_4x_alias_util_set_vibrato_enabled
Set vibrato_enabled of pitch_4x_alias_util.
since: 6.15.0
ags_pitch_4x_alias_util_set_vibrato_lfo_depth
Set vibrato_lfo_depth of pitch_4x_alias_util.
since: 6.15.0
ags_pitch_4x_alias_util_set_vibrato_lfo_freq
Set vibrato_lfo_freq of pitch_4x_alias_util.
since: 6.15.0