Skip to content

Commit

Permalink
We are not normally fillingTail
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Apr 24, 2024
1 parent 47b2ff6 commit a877385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/finer/R3LiveShifter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ R3LiveShifter::readOut(float *const *output, int outcount)
m_log.log(2, "R3LiveShifter::readOut: outcount and ratio", outcount, outRatio);

int resampledCount = 0;
bool fillingTail = true;
bool fillingTail = false;

while (resampledCount < outcount) {

Expand All @@ -654,7 +654,7 @@ R3LiveShifter::readOut(float *const *output, int outcount)
}
}

m_log.log(2, "R3LiveShifter::readOut: fromOutbuf", fromOutbuf);
m_log.log(2, "R3LiveShifter::readOut: fillingTail and fromOutbuf", fillingTail, fromOutbuf);

int got = fromOutbuf;

Expand Down

0 comments on commit a877385

Please sign in to comment.