0.02
No commit activity in last 3 years
No release in over 3 years
Converts Ableton Live .als files to XML as they're saved. The point of this is so that you can use git with your .als files. Git is a lot more useful with line based text files then binary files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Converts Ableton Live .als files to XML as their saved. The point of this is so that you can use git with your .als files. Git is a lot more useful with line based text files than binary files.

Usage¶ ↑

gem install guard
gem install guard-live-set
cd ~/Path/To/Root/Of/Ableton/LiveSets
guard init live-set
guard

You’ll probably want to add the rb-fsevent gem and “require ‘rb-fsevent’ to the top of the Guardfile generated by ”guard init live-set“ if you’re on a Mac. If you’re not on a make read the guard docs for your OS.

To get Live to read a .xml you download:

gzip Foobar.als.xml
mv Foobar.als.xml.gz Foobar.als
open Foobar.als

Author¶ ↑

Michael Garriss <mgarriss at gmail.com>

License¶ ↑

Apache 2.0, See the file LICENSE

Copyright © 2012 Michael Garriss