We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ed381 commit 8bf3697Copy full SHA for 8bf3697
faderpunk/src/apps/midi2cv.rs
@@ -352,6 +352,7 @@ pub async fn run(
352
if note_num == 0 {
353
jack.set_value(0);
354
leds.unset(0, Led::Top);
355
+ app.delay_millis(1).await;
356
}
357
358
} else {
@@ -426,6 +427,7 @@ pub async fn run(
426
427
428
429
430
431
432
433
0 commit comments