From e13456d41de698983d24c6f80d1931c832e7ead5 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sun, 29 Mar 2020 23:35:22 +0200 Subject: [PATCH] Try to solve windows builds --- src/sfizz/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfizz/Config.h b/src/sfizz/Config.h index 51ac5c1b..59aeec21 100644 --- a/src/sfizz/Config.h +++ b/src/sfizz/Config.h @@ -38,7 +38,7 @@ namespace config { constexpr size_t numChannels { 2 }; constexpr int numBackgroundThreads { 4 }; constexpr int numVoices { 64 }; - constexpr int maxVoices { 256 }; + constexpr unsigned maxVoices { 256 }; constexpr int maxFilePromises { maxVoices * 2 }; constexpr int sustainCC { 64 }; constexpr int allSoundOffCC { 120 };