Fix ESFM blank instrument; fix ESFM envelope drawing

Co-authored-by: LTVA1 <87536432+LTVA1@users.noreply.github.com>
This commit is contained in:
Kagamiin~ 2024-01-17 10:37:23 -03:00 committed by tildearrow
parent cb38cf8f67
commit 514c642b60
2 changed files with 6 additions and 1 deletions

View file

@ -643,6 +643,11 @@ void FurnaceGUI::doAction(int what) {
e->song.ins[curIns]->fm.op[i].rr=15;
e->song.ins[curIns]->fm.op[i].tl=127;
e->song.ins[curIns]->fm.op[i].dt=3;
e->song.ins[curIns]->esfm.op[i].ct=0;
e->song.ins[curIns]->esfm.op[i].dt=0;
e->song.ins[curIns]->esfm.op[i].modIn=0;
e->song.ins[curIns]->esfm.op[i].outLvl=0;
}
}
wantScrollList=true;