Fix heap alloc errors
This commit is contained in:
parent
2b2dceb333
commit
cd21cd0b28
|
@ -44,7 +44,7 @@ struct AudioSessionSettingsEU gAudioSessionPresets[] = {
|
|||
};
|
||||
#endif
|
||||
|
||||
#define MAX_SIMUL_NOTES 128
|
||||
#define MAX_SIMUL_NOTES 48
|
||||
|
||||
// Format:
|
||||
// - frequency
|
||||
|
|
Loading…
Reference in New Issue