Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed Sep 15, 2021
1 parent 1ba93c3 commit 6c87024
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main/amy/amy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 6c87024

Please sign in to comment.