aboutsummaryrefslogtreecommitdiffstats
path: root/src/sequencer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sequencer.c')
-rw-r--r--src/sequencer.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sequencer.c b/src/sequencer.c
index 4f46e1f..7570a7a 100644
--- a/src/sequencer.c
+++ b/src/sequencer.c
@@ -387,18 +387,6 @@ env_start:
387 } 387 }
388 current_wave[k][j] = next; 388 current_wave[k][j] = next;
389 } 389 }
390 // DEBUG:
391 // if (k < 4) {
392 // int x = 0;
393 // int y = 18 * k;
394 // draw_filled_rect(x, y, 100 + x, 16 + y, COL_BG);
395 // draw_wave_pattern(&current_wave[k], 0 + x, 0 + y, 1);
396 // } else {
397 // int x = 100;
398 // int y = 18 * (k - 4);
399 // draw_filled_rect(x, y, 100 + x, 16 + y, COL_BG);
400 // draw_wave_pattern(&current_wave[k], 0 + x, 0 + y, 1);
401 // }
402 } 390 }
403 wave_env_ticks = 0; 391 wave_env_ticks = 0;
404 wave_env_prog = 0; 392 wave_env_prog = 0;