Bugzilla – Bug 2583
Incorrect split placement after paste
Last modified: 2021-01-28 15:27:50 UTC
Pasting audio into a track that has splits may cause splits lines in wrong locations. It is expected that split lines remain in the same place relative to the audio samples. This appears to have worked correctly in Audacity 1.3.6 and possibly some later versions, though it has been broken for a long time.
Worked in 1.3.6 fails in 1.3.10 (I don't have the intervening versions)
Fixed at 0df8fbcc74e946ef5806ca7376b689119edc982f
(In reply to Paul L from comment #2) Testing on W10 with Audacity 3.0.0 4b07fba This looks to be properly fixed on Windows - now behaves as it should.
(In reply to Paul L from comment #2) Testing on macOS 11.1 Bug Sur with Audacity 3.0.0 4b07fba This looks to be properly fixed on mac too - now behaves as it should.
Reopening because of unfixed similar case with generators. See Steps.
Fix again at 197ebc299438923be9f3ba83bc1714e4349e1a55
Tested on W10 with Audacity 3.0.0 197ebc2 This now tests OK on a) original steps b) Paul's first additional steps c) Paul's second additional steps
(In reply to Paul L from comment #6) Tested on macOS 11.1 Big Sur with Audacity 3.0.0 197ebc2 This now tests OK on Mac: a) original steps b) Paul's first additional steps c) Paul's second additional steps
Examinininfg the commit for this shows that it is clearly platform independent https://github.com/audacity/audacity/commit/197ebc299438923be9f3ba83bc1714e4349e1a55 So as this tests OK on Win and Mac I shall close this as FIXED