summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/midi/midiutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/midiutil.h b/apps/plugins/midi/midiutil.h
index ba64a00e28..f984e71aff 100644
--- a/apps/plugins/midi/midiutil.h
+++ b/apps/plugins/midi/midiutil.h
@@ -41,7 +41,7 @@
41#define MAX_VOICES 24 /* Note: 24 midi channels is the minimum general midi spec implementation */ 41#define MAX_VOICES 24 /* Note: 24 midi channels is the minimum general midi spec implementation */
42#endif /* CPU_PP */ 42#endif /* CPU_PP */
43 43
44#else /* Simulator requires 44100Hz, and we can afford to use more voices */ 44#else /* Simulator requires 44100Hz, and we can afford to use more voices */
45 45
46#define SAMPLE_RATE SAMPR_44 46#define SAMPLE_RATE SAMPR_44
47#define MAX_VOICES 48 47#define MAX_VOICES 48