From 487ff3d5669dc0e7c8b2dcc61cf76e325d8bdde1 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 24 May 2022 13:17:40 +0200 Subject: [PATCH] Don't let the sine test tone plugin sleep --- plugins/examples/sine/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/examples/sine/src/lib.rs b/plugins/examples/sine/src/lib.rs index efb048c5..642d45ce 100644 --- a/plugins/examples/sine/src/lib.rs +++ b/plugins/examples/sine/src/lib.rs @@ -185,7 +185,7 @@ impl Plugin for Sine { } } - ProcessStatus::Normal + ProcessStatus::KeepAlive } }