From f8b286e169ecdf2e1edcceacb578c2133e991fdb Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 21 Mar 2024 13:29:58 -0500 Subject: [PATCH] set effects show to false by default --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c9ff8eb..af2e5f6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,7 +38,7 @@ bool loop; bool ptnChans = true; bool dynamicRoll = true; bool ptnOrder = true; -bool showEffects = true; +bool showEffects = false; std::map efxtable; std::map efxmemtable;