fn read_vst3_moduleinfo(
plugin_path: &Path,
) -> (Option<String>, Option<String>, Option<String>)Expand description
VST3 bundles ship moduleinfo.json (macOS, Windows, Linux). Fills version / vendor when
read_plist_info does not apply (non-macOS or missing plist).