more .dmf compatibility stuff

This commit is contained in:
tildearrow 2022-07-03 23:31:35 -05:00
parent 4b1db78a0b
commit 0ec28f168e
1 changed files with 5 additions and 0 deletions

View File

@ -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