diff --git a/src/config.cpp b/src/config.cpp index 4d0a8fd..15a37ad 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -45,7 +45,7 @@ void CConfig::Load (void) { m_nToneGenerators = DefToneGenerators; } - if (m_nPolyphony >= MaxNotes) + if (m_nPolyphony > MaxNotes) { m_nPolyphony = DefaultNotes; }