fix two possible pitch slide regressions
now let's fix blue crow
This commit is contained in:
parent
5b2f776718
commit
bf9eb8b0a4
5 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue