Highly Complete: NCSF: Fix portamento register to enable portamento
This commit is contained in:
parent
b39d585794
commit
b53d396a10
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue