diff --git a/include/config/config_safeguards.h b/include/config/config_safeguards.h index 6971fe96..559dbc92 100644 --- a/include/config/config_safeguards.h +++ b/include/config/config_safeguards.h @@ -24,9 +24,9 @@ #ifndef MAX_SIMULTANEOUS_NOTES_CONSOLE #ifdef EXPAND_AUDIO_HEAP - #define MAX_SIMULTANEOUS_NOTES_EMULATOR 32 + #define MAX_SIMULTANEOUS_NOTES_CONSOLE 24 #else - #define MAX_SIMULTANEOUS_NOTES_EMULATOR 16 + #define MAX_SIMULTANEOUS_NOTES_CONSOLE 16 #endif #endif // MAX_SIMULTANEOUS_NOTES_CONSOLE