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
props to https://forum.ableton.com/viewtopic.php?f=1&t=219462&p=1735389#p1735389