Add a todo on the VST 3.7.5 moduleinfo format

Supporting this in yabridge would require parsing JSON. So unless this
feature is actually used, we should probably not bother.
This commit is contained in:
Robbert van der Helm
2022-05-19 22:31:16 +02:00
parent f33875b424
commit 03c2acd578
3 changed files with 9 additions and 2 deletions
+5
View File
@@ -453,6 +453,11 @@ pub fn do_sync(config: &mut Config, options: &SyncOptions) -> Result<()> {
// screenshots and documentation
// TODO: Also symlink presets, but this is a bit more involved. See
// https://developer.steinberg.help/display/VST/Preset+Locations
// TODO: Also handle `moduleinfo.json` files. That would require translating the
// UIDs from the COM-format to the non-COM format. Yabridge currently does
// not suport this because supporting the accompanying
// `IPluginCompatibility` would require having to add a JSON parser to
// yabridge just for that.
if let Some(original_resources_dir) = module.original_resources_dir() {
let target_resources_dir = module.target_resources_dir();