set effects show to false by default
This commit is contained in:
parent
b278e686dd
commit
f8b286e169
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user