summaryrefslogtreecommitdiff
path: root/apps/plugins/beatbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/beatbox')
-rw-r--r--apps/plugins/beatbox/beatbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/beatbox/beatbox.c b/apps/plugins/beatbox/beatbox.c
index 0974dc3d05..b8e46bcd0c 100644
--- a/apps/plugins/beatbox/beatbox.c
+++ b/apps/plugins/beatbox/beatbox.c
@@ -106,7 +106,7 @@ PLUGIN_IRAM_DECLARE
106#define MAX_VOICES 20 // Note: 24 midi channels is the minimum general midi 106#define MAX_VOICES 20 // Note: 24 midi channels is the minimum general midi
107 // spec implementation 107 // spec implementation
108 108
109#else // Simulator requires 44100, and we can afford to use more voices 109#else // Simulator requires 44100, and we can afford to use more voices
110 110
111#define SAMPLE_RATE SAMPR_44 111#define SAMPLE_RATE SAMPR_44
112#define MAX_VOICES 48 112#define MAX_VOICES 48
@@ -120,7 +120,7 @@ PLUGIN_IRAM_DECLARE
120#undef SYNC 120#undef SYNC
121 121
122#ifdef SIMULATOR 122#ifdef SIMULATOR
123 #define SYNC 123 #define SYNC
124#endif 124#endif
125 125
126struct MIDIfile * mf IBSS_ATTR; 126struct MIDIfile * mf IBSS_ATTR;