mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
fix
This commit is contained in:
parent
e2c2e8140b
commit
497c947513
1 changed files with 1 additions and 1 deletions
|
@ -1360,7 +1360,7 @@ const char* saaEnvBits[9]={
|
||||||
};
|
};
|
||||||
|
|
||||||
const char* filtModeBits[5]={
|
const char* filtModeBits[5]={
|
||||||
"low", "band" "high", "ch3off", NULL
|
"low", "band", "high", "ch3off", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
const int orderedOps[4]={
|
const int orderedOps[4]={
|
||||||
|
|
Loading…
Reference in a new issue