mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-16 15:57:52 +01:00
DirManager.cpp doesn't depend on Clipboard...
... Locate other outstanding DirManagers by other means, a global tracking array. This does not yet break any dependency cycles.
This commit is contained in:
@@ -359,7 +359,7 @@ void BenchmarkDialog::OnRun( wxCommandEvent & WXUNUSED(event))
|
||||
HoldPrint(true);
|
||||
|
||||
ZoomInfo zoomInfo(0.0, ZoomInfo::GetDefaultZoom());
|
||||
auto dd = std::make_shared<DirManager>();
|
||||
auto dd = DirManager::Create();
|
||||
const auto t = TrackFactory{ dd, &zoomInfo }.NewWaveTrack(int16Sample);
|
||||
|
||||
t->SetRate(1);
|
||||
|
||||
Reference in New Issue
Block a user