YM2151: so we need hacky legato mess here too...

issue #1797
This commit is contained in:
tildearrow 2024-03-14 14:40:02 -05:00
parent 3c5a123283
commit 1a4bbef15b

View file

@ -560,7 +560,7 @@ int DivPlatformArcade::dispatch(DivCommand c) {
commitState(c.chan,ins);
chan[c.chan].insChanged=false;
}
chan[c.chan].baseFreq=NOTE_LINEAR(c.value);
chan[c.chan].baseFreq=NOTE_LINEAR(c.value+((HACKY_LEGATO_MESS)?(chan[c.chan].std.arp.val):(0)));
chan[c.chan].freqChanged=true;
break;
}