Browse code

Merge pull request #8 from AmiSapphire/pitch-bend-effect-fix

NCSF: Fix pitch bend effect on some songs

Naram Qashat authored on 2024/08/22 18:50:30 • GitHub committed on 2024/08/22 18:50:30
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