Maybe 25 was too much with the new decay rates.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14911 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Stepan Moskovchenko 2007-09-30 09:04:39 +00:00
parent 414724e2f4
commit 1ed54f4302

View file

@ -31,7 +31,7 @@
#define SAMPLE_RATE SAMPR_44 // 44100 22050 11025 #define SAMPLE_RATE SAMPR_44 // 44100 22050 11025
#endif #endif
#define MAX_VOICES 25 // Note: 24 midi channels is the minimum general midi #define MAX_VOICES 23 // Note: 24 midi channels is the minimum general midi
// spec implementation // spec implementation
#else // Simulator requires 44100, and we can afford to use more voices #else // Simulator requires 44100, and we can afford to use more voices