From 9d53878873f079ee8d3b28f5bf2084a36f7003c3 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sun, 22 Dec 2019 23:37:44 +0100 Subject: [PATCH] Add a chunkSize config parameter This is related to file streaming when background loading --- src/sfizz/Config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sfizz/Config.h b/src/sfizz/Config.h index 14cf3373..22be0a27 100644 --- a/src/sfizz/Config.h +++ b/src/sfizz/Config.h @@ -56,6 +56,7 @@ namespace config { constexpr unsigned powerHistoryLength { 16 }; constexpr float voiceStealingThreshold { 0.00001 }; constexpr int numCCs { 143 }; + constexpr int chunkSize { 1024 }; } // namespace config // Enable or disable SIMD accelerators by default