Home
last modified time | relevance | path

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

/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DBHarvestr.cpp1098 float isample2 = 0.0f; in play() local
1111 isample2 += sample->data[sampleFrame * sample->info.channels]; in play()
1129 isample2 += sample->data[(start + sampleSelectionFrame) * sample->info.channels]; in play()
1256 isample2 += vsample2 * f; in play()
1262 audioOutput2[i] = isample2; in play()