From 34b30a75b1a741c704aff64edc12fbfbf51f6523 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 16 Nov 2025 18:03:00 +0100 Subject: Add support for virtual devices --- 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 8ca0dd6..b2b1e52 100644 --- a/daemon/src/main.cpp +++ b/daemon/src/main.cpp @@ -9,7 +9,7 @@ using namespace midi_router; -bool verbose = false; +bool const verbose = true; int main() { -- cgit v1.2.3