Skip to content

Commit

Permalink
ReadAheadManager: add comment about not crossfading post-roll
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jul 7, 2023
1 parent 228576a commit 2a8cc92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/readaheadmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ SINT ReadAheadManager::getNextSamples(double dRate, CSAMPLE* pOutput,
} else {
int trackSamples = static_cast<int>(m_pLoopingControl->getTrackSamples());
if (loop_read_position > trackSamples) {
// looping in reverse overlapping post-roll without samples
crossFadeStart = loop_read_position - trackSamples;
crossFadeSamples -= crossFadeStart;
}
Expand Down

0 comments on commit 2a8cc92

Please sign in to comment.