mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 18:53:24 +01:00
Track.cpp does not depend directly on its subclasses
This commit is contained in:
@@ -144,7 +144,7 @@ void MixAndRender(TrackList *tracks, TrackFactory *trackFactory,
|
||||
endTime = mixEndTime;
|
||||
}
|
||||
|
||||
auto timeTrack = tracks->GetTimeTrack();
|
||||
auto timeTrack = *tracks->Any<TimeTrack>().begin();
|
||||
Mixer mixer(waveArray,
|
||||
// Throw to abort mix-and-render if read fails:
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user