diff --git a/sfizz/FilePool.cpp b/sfizz/FilePool.cpp index c5613f0c..18aedad6 100644 --- a/sfizz/FilePool.cpp +++ b/sfizz/FilePool.cpp @@ -68,6 +68,7 @@ std::optional 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;