diff options
| author | Stepan Moskovchenko <stevenm@rockbox.org> | 2007-09-30 09:04:39 +0000 |
|---|---|---|
| committer | Stepan Moskovchenko <stevenm@rockbox.org> | 2007-09-30 09:04:39 +0000 |
| commit | 1ed54f4302c7bca01e389e12a6a9867a791a8dba (patch) | |
| tree | 85a49b3d30681f81180f256761e0b5bf372c0584 /apps/plugins | |
| parent | 414724e2f433f024512e0ad9bf8471b1d24fdd4f (diff) | |
| download | rockbox-1ed54f4302c7bca01e389e12a6a9867a791a8dba.zip rockbox-1ed54f4302c7bca01e389e12a6a9867a791a8dba.tar.gz rockbox-1ed54f4302c7bca01e389e12a6a9867a791a8dba.tar.bz2 rockbox-1ed54f4302c7bca01e389e12a6a9867a791a8dba.tar.xz | |
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
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/midi/midiutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/midiutil.h b/apps/plugins/midi/midiutil.h index ba34fe2..b15ba83 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 |