mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-10 17:11:17 +02:00
Simplify the logic of duplication of NoteTrack. Duplicates are always in serialized state. Un-serialization can happen on demand in any of the NoteTrack operations that require a defined sequence. Changing the duration of the sequence after paste is needed, as it was also needed, when I fixed Stretch at commit 90eb4ec142f7d575d0870dd9c755589bff520cbe. I don't know if this should be considered a bug in Allegro that we are compensating.