1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-23 07:29:46 +02:00
This commit is contained in:
Paul Licameli 2017-11-19 02:10:01 -05:00
parent f136b5c530
commit 1d311651e8

View File

@ -2559,7 +2559,8 @@ void Effect::Preview(bool dryOnly)
}
// NEW tracks start at time zero.
// Adjust mT0 and mT1 to be the times to play back in these tracks.
// Adjust mT0 and mT1 to be the times to process, and to
// play back in these tracks
mT1 -= mT0;
mT0 = 0.0;