fix two possible pitch slide regressions

now let's fix blue crow
This commit is contained in:
tildearrow 2022-01-30 15:55:31 -05:00
parent 5b2f776718
commit bf9eb8b0a4
5 changed files with 11 additions and 0 deletions

View file

@ -685,6 +685,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
chan[i].portaNote=-1;
chan[i].portaSpeed=-1;
chan[i].scheduledSlideReset=false;
chan[i].inPorta=false;
}
if (!chan[i].keyOn && chan[i].volume>chan[i].volMax) {
chan[i].volume=chan[i].volMax;