Browse code

Fix pitch bend effect on some more songs

Clarissa Walker authored on 2024/09/09 20:47:59
Showing 1 changed files
... ...
@@ -700,7 +700,6 @@ void Track::Run()
700 700
 
701 701
 				case SSEQCommand::SweepPitch:
702 702
 					this->sweepPitch = this->overriding.val<std::int16_t>(pData, read16);
703
-					this->state.set(ConvertFuncs::ToIntegral(TrackState::PortamentoBit));
704 703
 					// Update here?
705 704
 					break;
706 705