SoundUnit: fix order of filter bits

This commit is contained in:
tildearrow 2022-05-21 16:04:06 -05:00
parent 4bbcb2dd35
commit 61916be495
2 changed files with 2 additions and 2 deletions

View file

@ -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]={