Home
last modified time | relevance | path

Searched refs:buffer_x_offset (Results 1 – 1 of 1) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/fx/
H A Dags_fx_playback_audio_processor.c959 guint buffer_x_offset, x_offset; in ags_fx_playback_audio_processor_real_data_put() local
989 "x", &buffer_x_offset, in ags_fx_playback_audio_processor_real_data_put()
1174 if(x_offset < buffer_x_offset){ in ags_fx_playback_audio_processor_real_data_put()
1175 attack = (samplerate / buffer_samplerate) * (buffer_x_offset - x_offset); in ags_fx_playback_audio_processor_real_data_put()
1181 attack = (samplerate / buffer_samplerate) * (x_offset - buffer_x_offset); in ags_fx_playback_audio_processor_real_data_put()
1195 if(x_offset < buffer_x_offset){ in ags_fx_playback_audio_processor_real_data_put()
1196 attack = buffer_x_offset - x_offset; in ags_fx_playback_audio_processor_real_data_put()
1202 attack = x_offset - buffer_x_offset; in ags_fx_playback_audio_processor_real_data_put()