Added a tracking comment

This commit is contained in:
paulfd 2019-09-16 14:26:36 +02:00
parent 8e02171cb2
commit 057f31752d

View file

@ -68,6 +68,7 @@ std::optional<sfz::FilePool::FileInformation> sfz::FilePool::getFileInformation(
returnedValue.loopEnd = instrumentInfo.loops[0].end;
}
// FIXME: Large offsets will require large preloading; is this OK in practice?
const auto preloadedSize = [&]() {
if (config::preloadSize == 0)
return returnedValue.end;