Merge branch 'master' of https://github.com/tildearrow/furnace into command-palette
This commit is contained in:
commit
8ab1c414b9
434 changed files with 7017 additions and 972 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* Furnace Tracker - multi-system chiptune tracker
|
||||
* Copyright (C) 2021-2023 tildearrow and contributors
|
||||
* Copyright (C) 2021-2024 tildearrow and contributors
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -667,6 +667,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