SoundUnit: fix order of filter bits
This commit is contained in:
parent
4bbcb2dd35
commit
61916be495
2 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ const char* n163UpdateBits[8]={
|
|||
};
|
||||
|
||||
const char* suControlBits[5]={
|
||||
"ring mod", "low pass", "band pass", "high pass", NULL
|
||||
"ring mod", "low pass", "high pass", "band pass", NULL
|
||||
};
|
||||
|
||||
const char* panBits[3]={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue