Highly Complete: NCSF: Fix portamento register to enable portamento

This commit is contained in:
Christopher Snowhill 2021-11-14 21:33:40 -08:00
parent b39d585794
commit b53d396a10

View file

@ -683,11 +683,13 @@ void Track::Run()
case SSEQ_CMD_PORTATIME:
this->portaTime = this->overriding.val(pData, read8);
this->state.set(TS_PORTABIT);
// Update here?
break;
case SSEQ_CMD_SWEEPPITCH:
this->sweepPitch = this->overriding.val(pData, read16);
this->state.set(TS_PORTABIT);
// Update here?
break;