SoundUnit: max cutoff 16383
This commit is contained in:
parent
3306e853d1
commit
410a509d73
2 changed files with 2 additions and 2 deletions
|
|
@ -2837,7 +2837,7 @@ void FurnaceGUI::drawInsEdit() {
|
|||
ex2Max=4095;
|
||||
}
|
||||
if (ins->type==DIV_INS_SU) {
|
||||
ex1Max=65535;
|
||||
ex1Max=16383;
|
||||
ex2Max=255;
|
||||
}
|
||||
if (ins->type==DIV_INS_SAA1099) ex1Max=8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue