Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wildmidi/src/
H A Dwildmidi_lib.c3116 unsigned long int smpl_pos = (*note_data)->sample_pos + (count_a * (*note_data)->sample_inc); local
3117 if (smpl_pos > ((*note_data)->sample->loop_end << 10)) {
3118 while (smpl_pos > ((*note_data)->sample->loop_end << 10)) {
3119 smpl_pos -= ((*note_data)->sample->loop_end - (*note_data)->sample->loop_start) << 10;
3121 …count_a += (((*note_data)->sample->data_length << 10) - smpl_pos + (*note_data)->sample_inc - 1) /…