Created
February 8, 2018 19:26
-
-
Save twobob/b6da5b5b037bbdea8588583024e2e044 to your computer and use it in GitHub Desktop.
List the plugins per track - from the command line - Under windows - ABLETON LIVE .ALS files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat test\test.als | gunzip | grep "<.*PlugName\|EffectiveName" | sed -e 's/^[\t]*//g' |
And to make one
d:\Mirror\bin>cat test\test.xml | gzip > output.als
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a windows box using gnu win builds http://gnuwin32.sourceforge.net/packages/coreutils.htm
This is not actually a .bat file - simply a oneliner to extract the list of tracks - in order - interspersed by any used plugins.
d:\Mirror\bin>cat test\test.als | gunzip | grep "<.*PlugName\|EffectiveName" | sed -e 's/^[\t]*//g'
et cetera
Which can be super helpful for finding missing things - or fixing broken projects