Ardour
9.0-pre0-582-g084a23a80d
|
#include <memory>
#include <string>
#include <vector>
#include "pbd/xml++.h"
#include "ardour/libardour_visibility.h"
#include "ardour/types.h"
Go to the source code of this file.
Classes | |
struct | ARDOUR::VST2Info |
Namespaces | |
ARDOUR | |
Functions | |
std::string | ARDOUR::vst2_arch () |
std::string | ARDOUR::vst2_id_to_str (int32_t) |
std::string | ARDOUR::vst2_cache_file (std::string const &path) |
std::string | ARDOUR::vst2_valid_cache_file (std::string const &path, bool verbose=false, bool *is_new=NULL) |
bool | ARDOUR::vst2_scan_and_cache (std::string const &path, ARDOUR::PluginType, std::function< void(std::string const &, PluginType, VST2Info const &)> cb, bool verbose=false) |