fn parse_reaper(path: &Path) -> Vec<PluginRef>Expand description
Parse REAPER .rpp file (plaintext).
Looks for lines like:
<VST "VST: Plugin Name (Manufacturer)" file.dll ...<VST "VST3: Plugin Name (Manufacturer)" file.vst3 ...<AU "AU: Plugin Name (Manufacturer)" ...<CLAP "CLAP: Plugin Name (Manufacturer)" ...