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 8c15af3f2b..d420508473 100644
--- a/apps/plugins/midiplay.c
+++ b/apps/plugins/midiplay.c
@@ -22,7 +22,7 @@ PLUGIN_HEADER
22 22
23#define FRACTSIZE 10 23#define FRACTSIZE 10
24#define SAMPLE_RATE 22050 // 44100 22050 11025 24#define SAMPLE_RATE 22050 // 44100 22050 11025
25#define MAX_VOICES 12 // Note: 24 midi channels is the minimum general midi 25#define MAX_VOICES 13 // Note: 24 midi channels is the minimum general midi
26 // spec implementation 26 // spec implementation
27#define BUF_SIZE 512 27#define BUF_SIZE 512
28#define NBUF 2 28#define NBUF 2