Fix ESFM blank instrument; fix ESFM envelope drawing
Co-authored-by: LTVA1 <87536432+LTVA1@users.noreply.github.com>
This commit is contained in:
parent
cb38cf8f67
commit
514c642b60
2 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue