Skip to content

Commit 8bf3697

Browse files
ArthurGibertchmanie
authored andcommitted
fix(midi2cv): re-trigger gate on legato
1 parent 95ed381 commit 8bf3697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

faderpunk/src/apps/midi2cv.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ pub async fn run(
352352
if note_num == 0 {
353353
jack.set_value(0);
354354
leds.unset(0, Led::Top);
355+
app.delay_millis(1).await;
355356
}
356357
}
357358
} else {
@@ -426,6 +427,7 @@ pub async fn run(
426427
if note_num == 0 {
427428
jack.set_value(0);
428429
leds.unset(0, Led::Top);
430+
app.delay_millis(1).await;
429431
}
430432
}
431433
}

0 commit comments

Comments
 (0)