Ardour  9.0-pre0-582-g084a23a80d
vst3_scan.h File Reference
#include <functional>
#include <memory>
#include <string>
#include <vector>
#include "pbd/xml++.h"
#include "ardour/libardour_visibility.h"
Include dependency graph for vst3_scan.h:

Go to the source code of this file.

Classes

struct  ARDOUR::VST3Info
 

Namespaces

 ARDOUR
 

Functions

std::string ARDOUR::module_path_vst3 (std::string const &path)
 
std::string ARDOUR::vst3_cache_file (std::string const &module_path)
 
std::string ARDOUR::vst3_valid_cache_file (std::string const &module_path, bool verbose=false, bool *is_new=NULL)
 
bool ARDOUR::vst3_scan_and_cache (std::string const &module_path, std::string const &bundle_path, std::function< void(std::string const &, std::string const &, VST3Info const &)> cb, bool verbose=false)