From 057f31752d4d78f419a39306c8e5e91a2f2b22f9 Mon Sep 17 00:00:00 2001 From: paulfd Date: Mon, 16 Sep 2019 14:26:36 +0200 Subject: [PATCH] Added a tracking comment --- sfizz/FilePool.cpp | 1 + 1 file changed, 1 insertion(+) 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;