I have no idea what's going on
This commit is contained in:
parent
acdce2c795
commit
95b1085aed
5 changed files with 18 additions and 5 deletions
|
|
@ -225,12 +225,8 @@ void DivDispatchContainer::fillBuf(size_t runtotal, size_t offset, size_t size)
|
|||
if (bb[i]==NULL) continue;
|
||||
blip_end_frame(bb[i],runtotal);
|
||||
blip_read_samples(bb[i],bbOut[i]+offset,size,0);
|
||||
dispatch->postProcess(bbOut[i]+offset,i,size,rateMemory);
|
||||
}
|
||||
/*if (totalRead<(int)size && totalRead>0) {
|
||||
for (size_t i=totalRead; i<size; i++) {
|
||||
bbOut[0][i]=bbOut[0][totalRead-1];//bbOut[0][totalRead];
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
void DivDispatchContainer::clear() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue