mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 07:59:27 +02:00
Remember that we got a start time
This commit is contained in:
parent
e7397b9f23
commit
99260bc21c
@ -109,6 +109,7 @@ bool MixAndRender(TrackList *tracks, TrackFactory *trackFactory,
|
|||||||
if (!gotstart) {
|
if (!gotstart) {
|
||||||
// no previous start, use this one unconditionally
|
// no previous start, use this one unconditionally
|
||||||
mixStartTime = tstart;
|
mixStartTime = tstart;
|
||||||
|
gotstart = true;
|
||||||
} else if (tstart < mixStartTime)
|
} else if (tstart < mixStartTime)
|
||||||
mixStartTime = tstart; // have a start, only make it smaller
|
mixStartTime = tstart; // have a start, only make it smaller
|
||||||
} // end if start and end are different
|
} // end if start and end are different
|
||||||
|
Loading…
x
Reference in New Issue
Block a user