From 6c87024400a719bc7cd6339530f948a474522c07 Mon Sep 17 00:00:00 2001 From: Brian Whitman Date: Wed, 15 Sep 2021 16:01:00 -0400 Subject: [PATCH] remove TODO --- main/amy/amy.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main/amy/amy.c b/main/amy/amy.c index cbd44e3..2497818 100644 --- a/main/amy/amy.c +++ b/main/amy/amy.c @@ -474,9 +474,7 @@ void play_event(struct delta d) { else { // osc note off, start release synth[d.osc].note_on_clock = -1; - synth[d.osc].note_off_clock = total_samples; // esp_timer_get_time() / 1000; - // TODO, if not breakpoint, the oscillator will keep going ? - + synth[d.osc].note_off_clock = total_samples; // esp_timer_get_time() / 1000; } }