Bugzilla – Bug 2435
Some menu commands grayed out when playback paused
Last modified: 2021-01-28 15:52:25 UTC
Most commands in Audacity 2.4.0 can be actioned when playback is paused, stopping play if necessary. There are a number of exceptions, thus inconsistencies, that need to be resolved: "Edit > Remove Special > Split Cut" "Edit > Remove Special > Split Delete" "Edit > Remove Special >Trim Audio" "Edit > Clip Boundaries > Split" "Edit > Clip Boundaries > Split New" "File > Export > Export Selected Audio" There may be others.
Fix in: https://github.com/audacity/audacity/commit/5aa5b0df6dcd416fd52f276421941892cde2c35b
(In reply to Leland Lucius from comment #1) Testing on W10 with Audacity 3.0.0 a2bcd53 When paused the commands listed are no longer grayed out at Step 3 and thay can be used. I tested "Edit > Remove Special > Split Cut" "Edit > Remove Special > Split Delete" "Edit > Remove Special >Trim Audio" "Edit > Clip Boundaries > Split" "Edit > Clip Boundaries > Split New" "File > Export > Export Selected Audio"
(In reply to Leland Lucius from comment #1) Testing on macOS 11.1 Big Sur with Audacity 3.0.0 a2bcd53 When paused the commands listed are no longer grayed out at Step 3 and they can be used. I tested "Edit > Remove Special > Split Cut" "Edit > Remove Special > Split Delete" "Edit > Remove Special >Trim Audio" "Edit > Clip Boundaries > Split" "Edit > Clip Boundaries > Split New" "File > Export > Export Selected Audio"
Examining the Commit for this fix https://github.com/audacity/audacity/commit/5aa5b0df6dcd416fd52f276421941892cde2c35b shows that it is clearly not platform-specific - accordingly as this works on both Win and Mac I shall close this as FIXED