From 5a40f51085e2132bf91eccdd37e1a8dabe588efd Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Thu, 24 Jul 2025 10:34:13 +0200 Subject: Rough implementation of autoconnect --- daemon/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/src/main.cpp') diff --git a/daemon/src/main.cpp b/daemon/src/main.cpp index f131f92..8ca0dd6 100644 --- a/daemon/src/main.cpp +++ b/daemon/src/main.cpp @@ -9,7 +9,7 @@ using namespace midi_router; -bool verbose = true; +bool verbose = false; int main() { -- cgit v1.2.3