From: <sv...@op...> - 2024-04-15 13:43:38
|
Author: sagamusix Date: Mon Apr 15 15:43:23 2024 New Revision: 20605 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20605 Log: [Fix] Complete reset script state when resetting channel, don't just pause it. Modified: trunk/OpenMPT/soundlib/ModChannel.cpp Modified: trunk/OpenMPT/soundlib/ModChannel.cpp ============================================================================== --- trunk/OpenMPT/soundlib/ModChannel.cpp Sun Apr 14 21:06:43 2024 (r20604) +++ trunk/OpenMPT/soundlib/ModChannel.cpp Mon Apr 15 15:43:23 2024 (r20605) @@ -50,7 +50,7 @@ isPaused = false; portaTargetReached = false; rowCommand.Clear(); - synthState.Stop(); + mpt::reconstruct(synthState); } if(resetMask & resetSetPosAdvanced) |