summaryrefslogtreecommitdiff
path: root/apps/plugins/midiplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/midiplay.c')
-rw-r--r--apps/plugins/midiplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midiplay.c b/apps/plugins/midiplay.c
index 8c15af3..d420508 100644
--- a/apps/plugins/midiplay.c
+++ b/apps/plugins/midiplay.c
@@ -22,7 +22,7 @@ PLUGIN_HEADER
#define FRACTSIZE 10
#define SAMPLE_RATE 22050 // 44100 22050 11025
-#define MAX_VOICES 12 // Note: 24 midi channels is the minimum general midi
+#define MAX_VOICES 13 // Note: 24 midi channels is the minimum general midi
// spec implementation
#define BUF_SIZE 512
#define NBUF 2