parse_ableton

Function parse_ableton 

Source
fn parse_ableton(path: &Path) -> Vec<PluginRef>
Expand description

Parse Ableton Live .als file (gzip-compressed XML).

Looks for:

  • <VstPluginInfo> blocks with <PlugName Value="..."/> and <Manufacturer Value="..."/>
  • <Vst3PluginInfo> blocks with <Name Value="..."/> and <DeviceCreator Value="..."/>
  • <AuPluginInfo> blocks with <Name Value="..."/> and <Manufacturer Value="..."/>