diff options
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 |