From 1ed54f4302c7bca01e389e12a6a9867a791a8dba Mon Sep 17 00:00:00 2001 From: Stepan Moskovchenko Date: Sun, 30 Sep 2007 09:04:39 +0000 Subject: [PATCH] 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 --- apps/plugins/midi/midiutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/midi/midiutil.h b/apps/plugins/midi/midiutil.h index ba34fe206f..b15ba832fa 100644 --- a/apps/plugins/midi/midiutil.h +++ b/apps/plugins/midi/midiutil.h @@ -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