1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 08:33:36 +02:00

Timetrack fixes and refactoring.

Possibly fixes:

Bug 206 - Time Tracks: Ruler warp goes in wrong direction
Bug 205 - Time Tracks that slow down the audio result in truncated exports
This commit is contained in:
mchinen
2010-10-07 23:01:49 +00:00
parent 2fd5555378
commit a9a0d51454
14 changed files with 77 additions and 41 deletions

View File

@@ -57,6 +57,9 @@ class TimeTrack: public Track {
// Access the track's speed envelope
Envelope *GetEnvelope() { return mEnvelope; }
//Compute the integral warp factor between two non-warped time points
double ComputeWarpFactor(double t0, double t1);
// Get/Set the speed-warping range, as percentage of original speed (e.g. 90%-110%)