From 3ea2af5c6091229ba7145b7bb8f1d1bd25b51995 Mon Sep 17 00:00:00 2001 From: Andy Killorin <37423245+Speedy6451@users.noreply.github.com> Date: Sat, 18 Jan 2025 23:48:32 -0500 Subject: [PATCH] stop when no note is played --- interface/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/src/main.rs b/interface/src/main.rs index cc73fc2..9fc51d2 100644 --- a/interface/src/main.rs +++ b/interface/src/main.rs @@ -83,6 +83,7 @@ async fn controller(mut notes: mpsc::Receiver<(Option