mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 13:35:11 +00:00
more .dmf compatibility stuff
This commit is contained in:
parent
4b1db78a0b
commit
0ec28f168e
1 changed files with 5 additions and 0 deletions
|
@ -334,6 +334,11 @@ void DivEngine::processRow(int i, bool afterDelay) {
|
|||
if (chan[i].lastIns!=pat->data[whatRow][2]) {
|
||||
chan[i].lastIns=pat->data[whatRow][2];
|
||||
insChanged=true;
|
||||
if (song.legacyVolumeSlides && chan[i].volume==chan[i].volMax+1) {
|
||||
logV("forcing volume");
|
||||
chan[i].volume=chan[i].volMax;
|
||||
dispatchCmd(DivCommand(DIV_CMD_VOLUME,i,chan[i].volume>>8));
|
||||
}
|
||||
}
|
||||
}
|
||||
// note
|
||||
|
|
Loading…
Reference in a new issue