Ardour
9.0-pre0-582-g084a23a80d
|
#include <functional>
#include <memory>
#include <string>
#include <vector>
#include "pbd/xml++.h"
#include "ardour/libardour_visibility.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) |