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

Function findModules

libraries/lib-vst3/module_win32.cpp:393–397  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

391
392//------------------------------------------------------------------------
393void findModules (const filesystem::path& path, Module::PathList& pathList)
394{
395 if (filesystem::exists (path))
396 findFilesWithExt (path, ".vst3", pathList);
397}
398
399//------------------------------------------------------------------------
400Optional<filesystem::path> getContentsDirectoryFromModuleExecutablePath (

Callers 1

getModulePathsMethod · 0.70

Calls 1

findFilesWithExtFunction · 0.70

Tested by

no test coverage detected