Search found 1 match

by Ecleverse
Sat Sep 30, 2017 8:43 am
Forum: Ableton Live
Topic: Finding a Missing Plugin Used within a Project
Replies: 8
Views: 10502

Re: Finding a Missing Plugin Used within a Project

Hello,
I found that .als file (verified for Live 9.7) is gzipped xml.
So on linux, I'm using the command:

cat myfile.als | gunzip | egrep "<.*Track |EffectiveName|PlugName" | sed -e 's/^[ \t]*//g' | less
Example part of the output:

<AudioTrack Id="81">
<EffectiveName Value="VOID ...