Snapshots

This commit is contained in:
Robin Davies
2024-10-03 07:27:13 -04:00
parent 0b7078b592
commit 7821872016
69 changed files with 6070 additions and 1169 deletions
+10
View File
@@ -729,6 +729,10 @@ namespace pipedal
AutoLilvNode mod__label;
AutoLilvNode dc__format;
AutoLilvNode mod__fileTypes;
};
LilvUris* lilvUris = nullptr;
@@ -815,6 +819,12 @@ namespace pipedal
void CheckForResourceInitialization(const std::string& pluginUri,const std::filesystem::path& pluginUploadDirectory);
void ReloadPlugins();
// equivalent to LV2 MapPath AbstractPath features.
std::string MapPath(const std::string &abstractPath);
std::string AbstractPath(const std::string&path);
json_variant MapPath(const json_variant&json);
json_variant AbstractPath(const json_variant&json);
private:
std::set<std::string> pluginsThatHaveBeenCheckedForResources;