Bugzilla – Bug 955
Sliding Time Scale preview incorrect.
Last modified: 2018-08-20 11:45:19 UTC
The Preview does not match the effect if the preview length is different from the selection length. This is the same problem as occurred with the previous attempt to add Preview to this effect (see: bug 271#c5)
Clayton Otey has agreed to take this one on, so assigned to him.
Created attachment 661 [details] initial patch for bug 955 Attached a patch that calculates stretch parameters so that the resulting slide trajectory is that same as would be applied, but the output duration is limited by the preview length. Note this is non-trivial and changes lib-src/sbsms (i updated lib-src/audacity-patches.txt to reflect this).
Created attachment 662 [details] patch revision 1for bug 955 An updated patch which also changes m4/audacity_checklib_libsbsms.m4 to check for a newer version of sbsms (2.2.0) so that the local library is used on linux, until sbsms 2.2.0 is released upstream.
Clayton's patch committed. https://github.com/audacity/audacity/commit/954bb0f Marked "Fix Made".
Testing on Mac El Capitan on 01a95c5-2.1.3-alpha-13-feb-16 and Testing on W10 on aud audacity-win-rf933621-2.1.3-alpha-19-feb-16 Preview works as expected on both platforms - working on a 30 second tone with a default preview length of 6 seconds. Looks to be fixed.
seems OK with non-default 3 seconds preview on Ubuntu.