Uploading banks and presets fails.

This commit is contained in:
Robin Davies
2024-10-21 08:39:45 -04:00
parent 14b74f1a03
commit 217fdf9cba
7 changed files with 146 additions and 7 deletions
+5
View File
@@ -111,6 +111,8 @@ public:
return preset;
}
bool equals(const PluginPreset&other) const;
uint64_t instanceId_;
std::string label_;
std::string lilvPresetUri_;
@@ -158,6 +160,9 @@ public:
return -1;
}
void MergePreset(const PluginPreset&preset);
DECLARE_JSON_MAP(PluginPresets);
};