earliest implementation of sync
does not loop correctly
This commit is contained in:
parent
7a7a871198
commit
394c6c35aa
6 changed files with 70 additions and 4 deletions
|
|
@ -3246,7 +3246,7 @@ void DivEngine::nextBuf(float** in, float** out, int inChans, int outChans, unsi
|
|||
}
|
||||
filePlayerBufLen=size;
|
||||
}
|
||||
if (curFilePlayer!=NULL) {
|
||||
if (curFilePlayer!=NULL && !exporting) {
|
||||
curFilePlayer->mix(filePlayerBuf,outChans,size);
|
||||
} else {
|
||||
for (int i=0; i<DIV_MAX_OUTPUTS; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue