set effects show to false by default

This commit is contained in:
Wirlaburla 2024-03-21 13:29:58 -05:00
parent b278e686dd
commit f8b286e169

View File

@ -38,7 +38,7 @@ bool loop;
bool ptnChans = true; bool ptnChans = true;
bool dynamicRoll = true; bool dynamicRoll = true;
bool ptnOrder = true; bool ptnOrder = true;
bool showEffects = true; bool showEffects = false;
std::map<int, char> efxtable; std::map<int, char> efxtable;
std::map<int, bool> efxmemtable; std::map<int, bool> efxmemtable;