Try to solve windows builds

This commit is contained in:
Paul Ferrand 2020-03-29 23:35:22 +02:00
parent 3ceee27c0a
commit e13456d41d

View file

@ -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 };