MCPcopy Create free account
hub / github.com/audacity/audacity / ImportWithoutTempoDetection

Method ImportWithoutTempoDetection

src/ProjectFileManager.cpp:1471–1477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469}
1470
1471bool ProjectFileManager::ImportWithoutTempoDetection(
1472 const std::vector<FilePath>& fileNames, bool addToHistory)
1473{
1474 return std::all_of(
1475 fileNames.begin(), fileNames.end(), [&](const FilePath& fileName)
1476 { return DoImport(fileName, addToHistory, nullptr); });
1477}
1478
1479// If pNewTrackList is passed in non-NULL, it gets filled with the pointers to NEW tracks.
1480bool ProjectFileManager::DoImport(

Callers 1

ImportMethod · 0.80

Calls 3

DoImportFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected