fn parse_protools(path: &Path) -> Vec<PluginRef>Expand description
Parse Pro Tools .ptx/.ptf file. Note: .ptf files (Pro Tools 7-10) are XOR-encrypted and require decryption. .ptx files (Pro Tools 10+) use a different format. Both are attempted via string extraction; encrypted files will yield 0 results.