mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-31 20:11:29 +00:00
treat slide up as well
This commit is contained in:
parent
5b7240bb4f
commit
70a993aacb
1 changed files with 2 additions and 0 deletions
|
@ -565,6 +565,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
|
||||||
chan[i].portaNote=-1;
|
chan[i].portaNote=-1;
|
||||||
chan[i].portaSpeed=-1;
|
chan[i].portaSpeed=-1;
|
||||||
chan[i].inPorta=false;
|
chan[i].inPorta=false;
|
||||||
|
dispatchCmd(DivCommand(DIV_CMD_PRE_PORTA,i,false,0));
|
||||||
} else {
|
} else {
|
||||||
chan[i].portaNote=song.limitSlides?0x60:255;
|
chan[i].portaNote=song.limitSlides?0x60:255;
|
||||||
chan[i].portaSpeed=effectVal;
|
chan[i].portaSpeed=effectVal;
|
||||||
|
@ -573,6 +574,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
|
||||||
chan[i].stopOnOff=false;
|
chan[i].stopOnOff=false;
|
||||||
chan[i].scheduledSlideReset=false;
|
chan[i].scheduledSlideReset=false;
|
||||||
chan[i].inPorta=false;
|
chan[i].inPorta=false;
|
||||||
|
dispatchCmd(DivCommand(DIV_CMD_PRE_PORTA,i,true,0));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 0x02: // ramp down
|
case 0x02: // ramp down
|
||||||
|
|
Loading…
Reference in a new issue