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 {