dany68 / guard-live-set

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 then binary files. Just gzip the .xml files and rename them to .als to have Ableton Live load them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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 then binary files. Just gzip the .xml files and rename them to .als to have Ableton Live load them.


Languages

Language:Ruby 100.0%