From 289a324306686d88f02d3beeb5327bc432ecbd53 Mon Sep 17 00:00:00 2001 From: Marcin Paczkowski Date: Thu, 13 Jun 2019 10:16:11 -0700 Subject: [PATCH] increase kMaxSynthGrains in JoshGrainUGens --- source/JoshUGens/JoshGrainUGens.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/JoshUGens/JoshGrainUGens.cpp b/source/JoshUGens/JoshGrainUGens.cpp index d25db01b34..f006c77cf6 100644 --- a/source/JoshUGens/JoshGrainUGens.cpp +++ b/source/JoshUGens/JoshGrainUGens.cpp @@ -87,7 +87,7 @@ struct WinGrainI const int kMaxGrains = 64; -const int kMaxSynthGrains = 512; +const int kMaxSynthGrains = 2048; struct MonoGrain : public Unit {