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

Function findModules

libraries/lib-vst3/module_linux.cpp:247–250  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

245
246//------------------------------------------------------------------------
247void findModules (const std::string& path, Module::PathList& pathList)
248{
249 findFilesWithExt (path, ".vst3", pathList);
250}
251
252//------------------------------------------------------------------------
253} // anonymous

Callers 1

getModulePathsMethod · 0.70

Calls 1

findFilesWithExtFunction · 0.70

Tested by

no test coverage detected