Skip to content

Instantly share code, notes, and snippets.

@twobob
Created February 8, 2018 19:26
Show Gist options
  • Save twobob/b6da5b5b037bbdea8588583024e2e044 to your computer and use it in GitHub Desktop.
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
cat test\test.als | gunzip | grep "<.*PlugName\|EffectiveName" | sed -e 's/^[\t]*//g'
@twobob
Copy link
Author

twobob commented Feb 8, 2018

@twobob
Copy link
Author

twobob commented Feb 8, 2018

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