File browser compatibility, NAM

This commit is contained in:
Robin Davies
2023-06-24 13:49:11 -04:00
parent 38d021a6af
commit 7e0ef9ceb1
57 changed files with 1101 additions and 269 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ namespace pipedal
public:
MapPathFeature(const std::filesystem::path &storagePath);
void Prepare(MapFeature* map);
void SetPluginStoragePath(const std::filesystem::path&path) { storagePath = path;}
void SetPluginStoragePath(const std::string&path) { storagePath = path;}
const std::string&GetPluginStoragePath() const { return storagePath; }
const LV2_Feature*GetMapPathFeature() { return &mapPathFeature;}
const LV2_Feature*GetMakePathFeature() { return &makePathFeature;}
const LV2_Feature*GetFreePathFeature() { return &freePathFeature;}