Added a tracking comment
This commit is contained in:
parent
8e02171cb2
commit
057f31752d
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue