summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/midi/sequencer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/sequencer.c b/apps/plugins/midi/sequencer.c
index fdfd5d7620..d56bd26f5c 100644
--- a/apps/plugins/midi/sequencer.c
+++ b/apps/plugins/midi/sequencer.c
@@ -188,7 +188,7 @@ void pressNote(int ch, int note, int vol)
188 if(voices[a].isUsed==0) 188 if(voices[a].isUsed==0)
189 break; 189 break;
190 } 190 }
191 if(a==MAX_VOICES-1) 191 if(a==MAX_VOICES)
192 { 192 {
193// printf("\nVoice kill"); 193// printf("\nVoice kill");
194// printf("\nToo many voices playing at once. No more left"); 194// printf("\nToo many voices playing at once. No more left");