Browse code

NCSF: Fix pitch bend effect on some songs

Clarissa Walker authored on 2024/08/22 10:10:39
Showing 1 changed files
... ...
@@ -695,7 +695,6 @@ void Track::Run()
695 695
 
696 696
 				case SSEQCommand::PortamentoTime:
697 697
 					this->portaTime = this->overriding.val<std::uint8_t>(pData, read8);
698
-					this->state.set(ConvertFuncs::ToIntegral(TrackState::PortamentoBit));
699 698
 					// Update here?
700 699
 					break;
701 700