mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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:
parent
414724e2f4
commit
1ed54f4302
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#define SAMPLE_RATE SAMPR_44 // 44100 22050 11025
|
||||
#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
|
||||
|
||||
#else // Simulator requires 44100, and we can afford to use more voices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue